Shades of Dark Wood #8B5D41
Tints of Dark Wood #8B5D41
RGB
CMYK
RGB Variations
Color information
#8B5D41 (or 0x8B5D41) is known color: Dark Wood. HEX triplet: 8B, 5D and 41. RGB value is (139,93,65). Sum of RGB (Red+Green+Blue) = 139+93+65=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D41 is #74A2BE. Grayscale: #676767. Windows color (decimal): -7643839 or 4283787. OLE color: 4283787.
HSL color Cylindrical-coordinate representation of color #8B5D41: hue angle of 22.7º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B5D41 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 65 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.45 |
| HSL | 22.7º | 0.36% | 0.4% | - |
| HSV(B) | 22.7º | 0.53% | 0.55% | - |
| XYZ | 15.52 | 13.7 | 6.83 | - |
| YUV | 103.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 65 | 0 | 0.33 | 0.53 | 0.45 | 22.7 | 0.36 | 0.4 |
| Hex | 8B | 5D | 41 | 0 | 21 | 35 | 2D | 17 | 24 | 28 |
| Octal | 213 | 135 | 101 | 0 | 41 | 65 | 55 | 27 | 44 | 50 |
| Binary | 10001011 | 1011101 | 1000001 | 0 | 100001 | 110101 | 101101 | 10111 | 100100 | 101000 |
Color Harmonies of #8B5D41
Complementary color
Monochromatic Colors of #8B5D41
Black with #8B5D41
Text Example
Text Example
White with #8B5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D41; }
p { color: rgb(139,93,65); }
H1.HeaderClassName
{
color: #8B5D41;
}
.AnyTagClassName
{
color: #8B5D41;
}
</style>
background-color css
<style>
a { background-color: #8B5D41; }
a { background-color: rgb(139,93,65); }
div.DivClassName
{
background-color: #8B5D41;
}
.BgClassName
{
background-color: #8B5D41;
}
</style>
border-color css
<style>
span { border-color: #8B5D41; }
span { border-color: rgb(139,93,65); }
td.TdClassName
{
border-color: #8B5D41;
}
.TagClassName
{
border-color: #8B5D41;
}
</style>