Shades of Saddle Brown #874110
Tints of Saddle Brown #874110
RGB
CMYK
RGB Variations
Color information
#874110 (or 0x874110) is known color: Saddle Brown. HEX triplet: 87, 41 and 10. RGB value is (135,65,16). Sum of RGB (Red+Green+Blue) = 135+65+16=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #874110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874110 is #78BEEF. Grayscale: #505050. Windows color (decimal): -7913200 or 1065351. OLE color: 1065351.
HSL color Cylindrical-coordinate representation of color #874110: hue angle of 24.71º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #874110 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 16 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.47 |
| HSL | 24.71º | 0.79% | 0.3% | - |
| HSV(B) | 24.71º | 0.88% | 0.53% | - |
| XYZ | 11.98 | 8.97 | 1.59 | - |
| YUV | 80.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 16 | 0 | 0.52 | 0.88 | 0.47 | 24.71 | 0.79 | 0.3 |
| Hex | 87 | 41 | 10 | 0 | 34 | 58 | 2F | 19 | 4F | 1E |
| Octal | 207 | 101 | 20 | 0 | 64 | 130 | 57 | 31 | 117 | 36 |
| Binary | 10000111 | 1000001 | 10000 | 0 | 110100 | 1011000 | 101111 | 11001 | 1001111 | 11110 |
Color Harmonies of #874110
Complementary color
Monochromatic Colors of #874110
Black with #874110
Text Example
Text Example
White with #874110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874110; }
p { color: rgb(135,65,16); }
H1.HeaderClassName
{
color: #874110;
}
.AnyTagClassName
{
color: #874110;
}
</style>
background-color css
<style>
a { background-color: #874110; }
a { background-color: rgb(135,65,16); }
div.DivClassName
{
background-color: #874110;
}
.BgClassName
{
background-color: #874110;
}
</style>
border-color css
<style>
span { border-color: #874110; }
span { border-color: rgb(135,65,16); }
td.TdClassName
{
border-color: #874110;
}
.TagClassName
{
border-color: #874110;
}
</style>