Shades of Saddle Brown #874C07
Tints of Saddle Brown #874C07
RGB
CMYK
RGB Variations
Color information
#874C07 (or 0x874C07) is known color: Saddle Brown. HEX triplet: 87, 4C and 07. RGB value is (135,76,7). Sum of RGB (Red+Green+Blue) = 135+76+7=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #874C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C07 is #78B3F8. Grayscale: #565656. Windows color (decimal): -7910393 or 478343. OLE color: 478343.
HSL color Cylindrical-coordinate representation of color #874C07: hue angle of 32.34º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #874C07 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 7 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.47 |
| HSL | 32.34º | 0.9% | 0.28% | - |
| HSV(B) | 32.34º | 0.95% | 0.53% | - |
| XYZ | 12.61 | 10.34 | 1.53 | - |
| YUV | 85.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 7 | 0 | 0.44 | 0.95 | 0.47 | 32.34 | 0.9 | 0.28 |
| Hex | 87 | 4C | 7 | 0 | 2C | 5F | 2F | 20 | 5A | 1C |
| Octal | 207 | 114 | 7 | 0 | 54 | 137 | 57 | 40 | 132 | 34 |
| Binary | 10000111 | 1001100 | 111 | 0 | 101100 | 1011111 | 101111 | 100000 | 1011010 | 11100 |
Color Harmonies of #874C07
Complementary color
Monochromatic Colors of #874C07
Black with #874C07
Text Example
Text Example
White with #874C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C07; }
p { color: rgb(135,76,7); }
H1.HeaderClassName
{
color: #874C07;
}
.AnyTagClassName
{
color: #874C07;
}
</style>
background-color css
<style>
a { background-color: #874C07; }
a { background-color: rgb(135,76,7); }
div.DivClassName
{
background-color: #874C07;
}
.BgClassName
{
background-color: #874C07;
}
</style>
border-color css
<style>
span { border-color: #874C07; }
span { border-color: rgb(135,76,7); }
td.TdClassName
{
border-color: #874C07;
}
.TagClassName
{
border-color: #874C07;
}
</style>