Shades of Dark Wood #876449
Tints of Dark Wood #876449
RGB
CMYK
RGB Variations
Color information
#876449 (or 0x876449) is known color: Dark Wood. HEX triplet: 87, 64 and 49. RGB value is (135,100,73). Sum of RGB (Red+Green+Blue) = 135+100+73=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #876449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876449 is #789BB6. Grayscale: #6B6B6B. Windows color (decimal): -7904183 or 4809863. OLE color: 4809863.
HSL color Cylindrical-coordinate representation of color #876449: hue angle of 26.13º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876449 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 73 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.47 |
| HSL | 26.13º | 0.3% | 0.41% | - |
| HSV(B) | 26.13º | 0.46% | 0.53% | - |
| XYZ | 15.75 | 14.75 | 8.32 | - |
| YUV | 107.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 73 | 0 | 0.26 | 0.46 | 0.47 | 26.13 | 0.3 | 0.41 |
| Hex | 87 | 64 | 49 | 0 | 1A | 2E | 2F | 1A | 1E | 29 |
| Octal | 207 | 144 | 111 | 0 | 32 | 56 | 57 | 32 | 36 | 51 |
| Binary | 10000111 | 1100100 | 1001001 | 0 | 11010 | 101110 | 101111 | 11010 | 11110 | 101001 |
Color Harmonies of #876449
Complementary color
Monochromatic Colors of #876449
Black with #876449
Text Example
Text Example
White with #876449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876449; }
p { color: rgb(135,100,73); }
H1.HeaderClassName
{
color: #876449;
}
.AnyTagClassName
{
color: #876449;
}
</style>
background-color css
<style>
a { background-color: #876449; }
a { background-color: rgb(135,100,73); }
div.DivClassName
{
background-color: #876449;
}
.BgClassName
{
background-color: #876449;
}
</style>
border-color css
<style>
span { border-color: #876449; }
span { border-color: rgb(135,100,73); }
td.TdClassName
{
border-color: #876449;
}
.TagClassName
{
border-color: #876449;
}
</style>