COLOR #8B4516

HEX: #8B4516 RGB: (139,69,22)

Color info

#8B4516 contains mainly red color. Web safe color of #8B4516 is #993300 (or #930).

RGB color model

#8B4516 color RGB value is (139,69,22).

RGB: (139,69,22) (55%, 27%, 9%)

RGB channels and saturation

R 139 of 255 = 55%
G 69 of 255 = 27%
B 22 of 255 = 9%

139
69
22

R + G + B ~ 30%. #8B4516 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 69 + 22 = 230 (100%)
R 139 of 230 ~ 60.43%
G 69 of 230 ~ 30%
B 22 of 230 ~ 9.57'%

%60.43
%30

CMYK color model

#8B4516 color CMYK value is (0,50,84,45).

  • cyan value is 0.00%
  • magenta value is 50.36%
  • yellow value is 84.17%
  • key color value is 45.49%

CMYK: (0,50,84,45)
C0M50Y84K45 (0%, 50%, 84%, 45%)
(0.00 / 0.50 / 0.84 / 0.45)

CMYK percentages

%0
%50.36
%84.17
%45.49

Codes

Color #8B4516 in popluar color models

8B 45 16
RGB 139 69 22
HSL 24° 72.67% 31.57%
HSB/HSV 24° 84.17% 54.51%
CMYK 0.00% 50.36% 84.17%
45.49%

Color #8B4516 in popluar number systems.

HEX 8B 45 16
Decimal 139 69 22
Binary 10001011 1000101 10110
Octal 213 105 26

Shades and tints

Shades of #8B4516

#8B4516
(139,69,22)
#7F3F14
(127,63,20)
#733912
(115,57,18)
#673310
(103,51,16)
#5B2D0E
(91,45,14)
#4F270C
(79,39,12)
#43210A
(67,33,10)
#371B08
(55,27,8)
#2B1506
(43,21,6)
#1F0F04
(31,15,4)
#130902
(19,9,2)
#000000
(0,0,0)

Tints of #8B4516

#8B4516
(139,69,22)
#95552B
(149,85,43)
#9F6540
(159,101,64)
#A97555
(169,117,85)
#B3856A
(179,133,106)
#BD957F
(189,149,127)
#C7A594
(199,165,148)
#D1B5A9
(209,181,169)
#DBC5BE
(219,197,190)
#E5D5D3
(229,213,211)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4516 color. Also use rgb(139,69,22) instead hex code.

Text Font Color

.myTextColor { color: #8B4516; }

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

This text font color is #8B4516.

Background Color

.myBgColor { background-color: #8B4516; }

<div style="background-color:#8B4516">Inner text</div>

This div background color is #8B4516.

Border color

.myBorderColor { border: 1px solid #8B4516; }

<div style="border:3px solid #8B4516">Div</div>

This div border color is #8B4516.

Opacity

.myOpacity80 { color: #8B4516; opacity: 0.8; }

<p style="color:#8B4516;opacity:0.8;">80%</p>

Text with #8B4516 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 #8B4516;}

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

This text has shadow with #8B4516 color.


.textShadow {text-shadow: 3px 3px 1px #8B4516', 3px 3px 1px red;}

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

This text has shadow with #8B4516 primary color and red secondary color.


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

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

This text has shadow with #8B4516 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8B4516; -webkit-box-shadow: 1px 1px 3px 2px #8B4516; box-shadow:1px 1px 3px 2px #8B4516;">
Div content here
</div>

This div box has shadow with color #8B4516.

Preview

Color preview on black background

This text has color #8B4516 on black background.


Color preview on white background

This text has color #8B4516 on white background.


Black color preview on #8B4516 background

This text has black color on #8B4516 background.


White color preview on #8B4516 background

This text has white color on #8B4516 background.


Related colors

Complementary color

Complementary color for #hex is #74BAE9.


I love getcolorcode.com

Triadic colors

1 #168B45 and #45168B with #8B4516 are triadic colors.

2 #16458B and #458B16 with #8B4516 are triadic colors.