Shades of Saddle Brown #874707
Tints of Saddle Brown #874707
RGB
CMYK
RGB Variations
Color information
#874707 (or 0x874707) is known color: Saddle Brown. HEX triplet: 87, 47 and 07. RGB value is (135,71,7). Sum of RGB (Red+Green+Blue) = 135+71+7=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #874707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874707 is #78B8F8. Grayscale: #535353. Windows color (decimal): -7911673 or 477063. OLE color: 477063.
HSL color Cylindrical-coordinate representation of color #874707: hue angle of 30º 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 #874707 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 71 | 7 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.47 |
| HSL | 30º | 0.9% | 0.28% | - |
| HSV(B) | 30º | 0.95% | 0.53% | - |
| XYZ | 12.28 | 9.67 | 1.42 | - |
| YUV | 82.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 7 | 0 | 0.47 | 0.95 | 0.47 | 30 | 0.9 | 0.28 |
| Hex | 87 | 47 | 7 | 0 | 2F | 5F | 2F | 1E | 5A | 1C |
| Octal | 207 | 107 | 7 | 0 | 57 | 137 | 57 | 36 | 132 | 34 |
| Binary | 10000111 | 1000111 | 111 | 0 | 101111 | 1011111 | 101111 | 11110 | 1011010 | 11100 |
Color Harmonies of #874707
Complementary color
Monochromatic Colors of #874707
Black with #874707
Text Example
Text Example
White with #874707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874707; }
p { color: rgb(135,71,7); }
H1.HeaderClassName
{
color: #874707;
}
.AnyTagClassName
{
color: #874707;
}
</style>
background-color css
<style>
a { background-color: #874707; }
a { background-color: rgb(135,71,7); }
div.DivClassName
{
background-color: #874707;
}
.BgClassName
{
background-color: #874707;
}
</style>
border-color css
<style>
span { border-color: #874707; }
span { border-color: rgb(135,71,7); }
td.TdClassName
{
border-color: #874707;
}
.TagClassName
{
border-color: #874707;
}
</style>