Shades of Saddle Brown #874607
Tints of Saddle Brown #874607
RGB
CMYK
RGB Variations
Color information
#874607 (or 0x874607) is known color: Saddle Brown. HEX triplet: 87, 46 and 07. RGB value is (135,70,7). Sum of RGB (Red+Green+Blue) = 135+70+7=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #874607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874607 is #78B9F8. Grayscale: #525252. Windows color (decimal): -7911929 or 476807. OLE color: 476807.
HSL color Cylindrical-coordinate representation of color #874607: hue angle of 29.53º 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 #874607 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 7 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.47 |
| HSL | 29.53º | 0.9% | 0.28% | - |
| HSV(B) | 29.53º | 0.95% | 0.53% | - |
| XYZ | 12.22 | 9.55 | 1.4 | - |
| YUV | 82.25 | 85.53 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 7 | 0 | 0.48 | 0.95 | 0.47 | 29.53 | 0.9 | 0.28 |
| Hex | 87 | 46 | 7 | 0 | 30 | 5F | 2F | 1E | 5A | 1C |
| Octal | 207 | 106 | 7 | 0 | 60 | 137 | 57 | 36 | 132 | 34 |
| Binary | 10000111 | 1000110 | 111 | 0 | 110000 | 1011111 | 101111 | 11110 | 1011010 | 11100 |
Color Harmonies of #874607
Complementary color
Monochromatic Colors of #874607
Black with #874607
Text Example
Text Example
White with #874607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874607; }
p { color: rgb(135,70,7); }
H1.HeaderClassName
{
color: #874607;
}
.AnyTagClassName
{
color: #874607;
}
</style>
background-color css
<style>
a { background-color: #874607; }
a { background-color: rgb(135,70,7); }
div.DivClassName
{
background-color: #874607;
}
.BgClassName
{
background-color: #874607;
}
</style>
border-color css
<style>
span { border-color: #874607; }
span { border-color: rgb(135,70,7); }
td.TdClassName
{
border-color: #874607;
}
.TagClassName
{
border-color: #874607;
}
</style>