COLOR #8B5649

HEX: #8B5649 RGB: (139,86,73)

Color info

#8B5649 contains mainly red and green colors. Web safe color of #8B5649 is #996633 (or #963).

RGB color model

#8B5649 color RGB value is (139,86,73).

RGB: (139,86,73) (55%, 34%, 29%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 73 of 255 = 29%

139
86
73

R + G + B ~ 39%. #8B5649 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 86 + 73 = 298 (100%)
R 139 of 298 ~ 46.64%
G 86 of 298 ~ 28.86%
B 73 of 298 ~ 24.5'%

%46.64
%28.86
%24.5

CMYK color model

#8B5649 color CMYK value is (0,38,47,45).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 47.48%
  • key color value is 45.49%

CMYK: (0,38,47,45)
C0M38Y47K45 (0%, 38%, 47%, 45%)
(0.00 / 0.38 / 0.47 / 0.45)

CMYK percentages

%0
%38.13
%47.48
%45.49

Codes

Color #8B5649 in popluar color models

8B 56 49
RGB 139 86 73
HSL 12° 31.13% 41.57%
HSB/HSV 12° 47.48% 54.51%
CMYK 0.00% 38.13% 47.48%
45.49%

Color #8B5649 in popluar number systems.

HEX 8B 56 49
Decimal 139 86 73
Binary 10001011 1010110 1001001
Octal 213 126 111

Shades and tints

Shades of #8B5649

#8B5649
(139,86,73)
#7F4F43
(127,79,67)
#73483D
(115,72,61)
#674137
(103,65,55)
#5B3A31
(91,58,49)
#4F332B
(79,51,43)
#432C25
(67,44,37)
#37251F
(55,37,31)
#2B1E19
(43,30,25)
#1F1713
(31,23,19)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #8B5649

#8B5649
(139,86,73)
#956559
(149,101,89)
#9F7469
(159,116,105)
#A98379
(169,131,121)
#B39289
(179,146,137)
#BDA199
(189,161,153)
#C7B0A9
(199,176,169)
#D1BFB9
(209,191,185)
#DBCEC9
(219,206,201)
#E5DDD9
(229,221,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5649 color. Also use rgb(139,86,73) instead hex code.

Text Font Color

.myTextColor { color: #8B5649; }

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

This text font color is #8B5649.

Background Color

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

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

This div background color is #8B5649.

Border color

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

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

This div border color is #8B5649.

Opacity

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

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

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

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

This text has shadow with #8B5649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5649.

Preview

Color preview on black background

This text has color #8B5649 on black background.


Color preview on white background

This text has color #8B5649 on white background.


Black color preview on #8B5649 background

This text has black color on #8B5649 background.


White color preview on #8B5649 background

This text has white color on #8B5649 background.


Related colors

Complementary color

Complementary color for #hex is #74A9B6.


I love getcolorcode.com

Triadic colors

1 #498B56 and #56498B with #8B5649 are triadic colors.

2 #49568B and #568B49 with #8B5649 are triadic colors.