COLOR #9A5515

HEX: #9A5515
RGB: (154,85,21)

Color info

#9A5515 contains mainly red color. Web safe color of #9A5515 is #996600 (or #960).

RGB color model

#9A5515 color RGB value is (154,85,21).

  • red value is 154;
  • green value is 85;
  • blue value is 21.
RGB:
(154,85,21)
(60%,33%,8%)

RGB channels and saturation

R 154 of 255 = 60%
G 85 of 255 = 33%
B 21 of 255 = 8%

154
85
21

R + G + B ~ 34%. #9A5515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 85 + 21 = 260 (100%)
R 154 of 260 ~ 59.23%
G 85 of 260 ~ 32.69%
B 21 of 260 ~ 8.08%

%59.23
%32.69

CMYK color model

#9A5515 color CMYK value is (0,45,86,40).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 86.36%
  • key color value is 39.61%
CMYK:
(0,45,86,40)
C0M45Y86K40 
(0%,45%,86%,40%)
(0.00/0.45/0.86/0.40)	

CMYK percentages

%0
%44.81
%86.36
%39.61

Codes

Color #9A5515 in popluar color models

9A5515
RGB1548521
HSL29°76.00%34.31%
HSB/HSV29°86.36%60.39%
CMYK0.00%44.81%86.36%
39.61%

Color #9A5515 in popluar number systems.

HEX9A5515
Decimal1548521
Binary10011010101010110101
Octal23212525

Shades and tints

Shades of #9A5515

#9A5515
(154,85,21)
#8C4E14
(140,78,20)
#7E4713
(126,71,19)
#704012
(112,64,18)
#623911
(98,57,17)
#543210
(84,50,16)
#462B0F
(70,43,15)
#38240E
(56,36,14)
#2A1D0D
(42,29,13)
#1C160C
(28,22,12)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #9A5515

#9A5515
(154,85,21)
#A3642A
(163,100,42)
#AC733F
(172,115,63)
#B58254
(181,130,84)
#BE9169
(190,145,105)
#C7A07E
(199,160,126)
#D0AF93
(208,175,147)
#D9BEA8
(217,190,168)
#E2CDBD
(226,205,189)
#EBDCD2
(235,220,210)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5515 color. Also use rgb(154,85,21) instead hex code.

Text Font Color

.myTextColor { color: #9A5515; }

<p style="color:#9A5515">This sample text font color is #9A5515.</p>

This text font color is #9A5515.


Background Color

.myBgColor { background-color: #9A5515; }

<div style="background-color:#9A5515">Inner text</div>

This div background color is #9A5515.


Border color

.myBorderColor { border: 1px solid #9A5515; }

<div style="border:3px solid #9A5515">Div</div>

This div border color is #9A5515.


Opacity

.myOpacity80 { color: #9A5515; opacity: 0.8; }

<p style="color:#9A5515;opacity:0.8;">80%</p>

Text with #9A5515 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9A5515;}

<p style="text-shadow: 3px 3px 1px #9A5515">Text here.</p>

This text has shadow with #9A5515 color.

.textShadow {text-shadow: 3px 3px 1px #9A5515, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9A5515, 5px 5px 20px red">Text here.</p>

This text has shadow with #9A5515 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9A5515, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9A5515, Direction=45, Strength=4)">Text</p>

This text has shadow with #9A5515 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9A5515;
  -webkit-box-shadow:	1px 1px 3px 2px #9A5515;
  box-shadow:		1px 1px 3px 2px #9A5515;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9A5515;
-webkit-box-shadow: 1px 1px 3px 2px #9A5515;
box-shadow:1px 1px 3px 2px #9A5515;">
Div content here</div>
This div box has shadow with color #9A5515.

Preview

Color preview on black background

This text has color #9A5515 on black background.


Color preview on white background

This text has color #9A5515 on white background.



Black color preview on #9A5515 background

This text has black color on #9A5515 background.


White color preview on #9A5515 background

This text has white color on #9A5515 background.