Shades of Saddle Brown #874407
Tints of Saddle Brown #874407
RGB
CMYK
RGB Variations
Color information
#874407 (or 0x874407) is known color: Saddle Brown. HEX triplet: 87, 44 and 07. RGB value is (135,68,7). Sum of RGB (Red+Green+Blue) = 135+68+7=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #874407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874407 is #78BBF8. Grayscale: #515151. Windows color (decimal): -7912441 or 476295. OLE color: 476295.
HSL color Cylindrical-coordinate representation of color #874407: hue angle of 28.59º 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 #874407 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 7 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.47 |
| HSL | 28.59º | 0.9% | 0.28% | - |
| HSV(B) | 28.59º | 0.95% | 0.53% | - |
| XYZ | 12.1 | 9.3 | 1.36 | - |
| YUV | 81.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 7 | 0 | 0.50 | 0.95 | 0.47 | 28.59 | 0.9 | 0.28 |
| Hex | 87 | 44 | 7 | 0 | 32 | 5F | 2F | 1D | 5A | 1C |
| Octal | 207 | 104 | 7 | 0 | 62 | 137 | 57 | 35 | 132 | 34 |
| Binary | 10000111 | 1000100 | 111 | 0 | 110010 | 1011111 | 101111 | 11101 | 1011010 | 11100 |
Color Harmonies of #874407
Complementary color
Monochromatic Colors of #874407
Black with #874407
Text Example
Text Example
White with #874407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874407; }
p { color: rgb(135,68,7); }
H1.HeaderClassName
{
color: #874407;
}
.AnyTagClassName
{
color: #874407;
}
</style>
background-color css
<style>
a { background-color: #874407; }
a { background-color: rgb(135,68,7); }
div.DivClassName
{
background-color: #874407;
}
.BgClassName
{
background-color: #874407;
}
</style>
border-color css
<style>
span { border-color: #874407; }
span { border-color: rgb(135,68,7); }
td.TdClassName
{
border-color: #874407;
}
.TagClassName
{
border-color: #874407;
}
</style>