Shades of Saddle Brown #874C12
Tints of Saddle Brown #874C12
RGB
CMYK
RGB Variations
Color information
#874C12 (or 0x874C12) is known color: Saddle Brown. HEX triplet: 87, 4C and 12. RGB value is (135,76,18). Sum of RGB (Red+Green+Blue) = 135+76+18=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #874C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C12 is #78B3ED. Grayscale: #575757. Windows color (decimal): -7910382 or 1199239. OLE color: 1199239.
HSL color Cylindrical-coordinate representation of color #874C12: hue angle of 29.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #874C12 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 18 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.47 |
| HSL | 29.74º | 0.76% | 0.3% | - |
| HSV(B) | 29.74º | 0.87% | 0.53% | - |
| XYZ | 12.69 | 10.36 | 1.9 | - |
| YUV | 87.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 18 | 0 | 0.44 | 0.87 | 0.47 | 29.74 | 0.76 | 0.3 |
| Hex | 87 | 4C | 12 | 0 | 2C | 57 | 2F | 1E | 4C | 1E |
| Octal | 207 | 114 | 22 | 0 | 54 | 127 | 57 | 36 | 114 | 36 |
| Binary | 10000111 | 1001100 | 10010 | 0 | 101100 | 1010111 | 101111 | 11110 | 1001100 | 11110 |
Color Harmonies of #874C12
Complementary color
Monochromatic Colors of #874C12
Black with #874C12
Text Example
Text Example
White with #874C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C12; }
p { color: rgb(135,76,18); }
H1.HeaderClassName
{
color: #874C12;
}
.AnyTagClassName
{
color: #874C12;
}
</style>
background-color css
<style>
a { background-color: #874C12; }
a { background-color: rgb(135,76,18); }
div.DivClassName
{
background-color: #874C12;
}
.BgClassName
{
background-color: #874C12;
}
</style>
border-color css
<style>
span { border-color: #874C12; }
span { border-color: rgb(135,76,18); }
td.TdClassName
{
border-color: #874C12;
}
.TagClassName
{
border-color: #874C12;
}
</style>