Shades of Dark Wood #8B5D44
Tints of Dark Wood #8B5D44
RGB
CMYK
RGB Variations
Color information
#8B5D44 (or 0x8B5D44) is known color: Dark Wood. HEX triplet: 8B, 5D and 44. RGB value is (139,93,68). Sum of RGB (Red+Green+Blue) = 139+93+68=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D44 is #74A2BB. Grayscale: #686868. Windows color (decimal): -7643836 or 4480395. OLE color: 4480395.
HSL color Cylindrical-coordinate representation of color #8B5D44: hue angle of 21.13º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5D44 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 68 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.45 |
| HSL | 21.13º | 0.34% | 0.41% | - |
| HSV(B) | 21.13º | 0.51% | 0.55% | - |
| XYZ | 15.61 | 13.74 | 7.3 | - |
| YUV | 103.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 68 | 0 | 0.33 | 0.51 | 0.45 | 21.13 | 0.34 | 0.41 |
| Hex | 8B | 5D | 44 | 0 | 21 | 33 | 2D | 15 | 22 | 29 |
| Octal | 213 | 135 | 104 | 0 | 41 | 63 | 55 | 25 | 42 | 51 |
| Binary | 10001011 | 1011101 | 1000100 | 0 | 100001 | 110011 | 101101 | 10101 | 100010 | 101001 |
Color Harmonies of #8B5D44
Complementary color
Monochromatic Colors of #8B5D44
Black with #8B5D44
Text Example
Text Example
White with #8B5D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D44; }
p { color: rgb(139,93,68); }
H1.HeaderClassName
{
color: #8B5D44;
}
.AnyTagClassName
{
color: #8B5D44;
}
</style>
background-color css
<style>
a { background-color: #8B5D44; }
a { background-color: rgb(139,93,68); }
div.DivClassName
{
background-color: #8B5D44;
}
.BgClassName
{
background-color: #8B5D44;
}
</style>
border-color css
<style>
span { border-color: #8B5D44; }
span { border-color: rgb(139,93,68); }
td.TdClassName
{
border-color: #8B5D44;
}
.TagClassName
{
border-color: #8B5D44;
}
</style>