Shades of Saddle Brown #874908
Tints of Saddle Brown #874908
RGB
CMYK
RGB Variations
Color information
#874908 (or 0x874908) is known color: Saddle Brown. HEX triplet: 87, 49 and 08. RGB value is (135,73,8). Sum of RGB (Red+Green+Blue) = 135+73+8=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #874908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874908 is #78B6F7. Grayscale: #545454. Windows color (decimal): -7911160 or 543111. OLE color: 543111.
HSL color Cylindrical-coordinate representation of color #874908: hue angle of 30.71º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #874908 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 8 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.47 |
| HSL | 30.71º | 0.89% | 0.28% | - |
| HSV(B) | 30.71º | 0.94% | 0.53% | - |
| XYZ | 12.42 | 9.93 | 1.49 | - |
| YUV | 84.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 8 | 0 | 0.46 | 0.94 | 0.47 | 30.71 | 0.89 | 0.28 |
| Hex | 87 | 49 | 8 | 0 | 2E | 5E | 2F | 1F | 59 | 1C |
| Octal | 207 | 111 | 10 | 0 | 56 | 136 | 57 | 37 | 131 | 34 |
| Binary | 10000111 | 1001001 | 1000 | 0 | 101110 | 1011110 | 101111 | 11111 | 1011001 | 11100 |
Color Harmonies of #874908
Complementary color
Monochromatic Colors of #874908
Black with #874908
Text Example
Text Example
White with #874908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874908; }
p { color: rgb(135,73,8); }
H1.HeaderClassName
{
color: #874908;
}
.AnyTagClassName
{
color: #874908;
}
</style>
background-color css
<style>
a { background-color: #874908; }
a { background-color: rgb(135,73,8); }
div.DivClassName
{
background-color: #874908;
}
.BgClassName
{
background-color: #874908;
}
</style>
border-color css
<style>
span { border-color: #874908; }
span { border-color: rgb(135,73,8); }
td.TdClassName
{
border-color: #874908;
}
.TagClassName
{
border-color: #874908;
}
</style>