Shades of Saddle Brown #874007
Tints of Saddle Brown #874007
RGB
CMYK
RGB Variations
Color information
#874007 (or 0x874007) is known color: Saddle Brown. HEX triplet: 87, 40 and 07. RGB value is (135,64,7). Sum of RGB (Red+Green+Blue) = 135+64+7=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #874007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874007 is #78BFF8. Grayscale: #4F4F4F. Windows color (decimal): -7913465 or 475271. OLE color: 475271.
HSL color Cylindrical-coordinate representation of color #874007: hue angle of 26.72º 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 #874007 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 7 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.47 |
| HSL | 26.72º | 0.9% | 0.28% | - |
| HSV(B) | 26.72º | 0.95% | 0.53% | - |
| XYZ | 11.86 | 8.83 | 1.28 | - |
| YUV | 78.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 7 | 0 | 0.53 | 0.95 | 0.47 | 26.72 | 0.9 | 0.28 |
| Hex | 87 | 40 | 7 | 0 | 35 | 5F | 2F | 1B | 5A | 1C |
| Octal | 207 | 100 | 7 | 0 | 65 | 137 | 57 | 33 | 132 | 34 |
| Binary | 10000111 | 1000000 | 111 | 0 | 110101 | 1011111 | 101111 | 11011 | 1011010 | 11100 |
Color Harmonies of #874007
Complementary color
Monochromatic Colors of #874007
Black with #874007
Text Example
Text Example
White with #874007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874007; }
p { color: rgb(135,64,7); }
H1.HeaderClassName
{
color: #874007;
}
.AnyTagClassName
{
color: #874007;
}
</style>
background-color css
<style>
a { background-color: #874007; }
a { background-color: rgb(135,64,7); }
div.DivClassName
{
background-color: #874007;
}
.BgClassName
{
background-color: #874007;
}
</style>
border-color css
<style>
span { border-color: #874007; }
span { border-color: rgb(135,64,7); }
td.TdClassName
{
border-color: #874007;
}
.TagClassName
{
border-color: #874007;
}
</style>