Shades of Saddle Brown #87410E
Tints of Saddle Brown #87410E
RGB
CMYK
RGB Variations
Color information
#87410E (or 0x87410E) is known color: Saddle Brown. HEX triplet: 87, 41 and 0E. RGB value is (135,65,14). Sum of RGB (Red+Green+Blue) = 135+65+14=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87410E is #78BEF1. Grayscale: #505050. Windows color (decimal): -7913202 or 934279. OLE color: 934279.
HSL color Cylindrical-coordinate representation of color #87410E: hue angle of 25.29º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87410E is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 14 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.47 |
| HSL | 25.29º | 0.81% | 0.29% | - |
| HSV(B) | 25.29º | 0.9% | 0.53% | - |
| XYZ | 11.96 | 8.96 | 1.52 | - |
| YUV | 80.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 14 | 0 | 0.52 | 0.90 | 0.47 | 25.29 | 0.81 | 0.29 |
| Hex | 87 | 41 | E | 0 | 34 | 5A | 2F | 19 | 51 | 1D |
| Octal | 207 | 101 | 16 | 0 | 64 | 132 | 57 | 31 | 121 | 35 |
| Binary | 10000111 | 1000001 | 1110 | 0 | 110100 | 1011010 | 101111 | 11001 | 1010001 | 11101 |
Color Harmonies of #87410E
Complementary color
Monochromatic Colors of #87410E
Black with #87410E
Text Example
Text Example
White with #87410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87410E; }
p { color: rgb(135,65,14); }
H1.HeaderClassName
{
color: #87410E;
}
.AnyTagClassName
{
color: #87410E;
}
</style>
background-color css
<style>
a { background-color: #87410E; }
a { background-color: rgb(135,65,14); }
div.DivClassName
{
background-color: #87410E;
}
.BgClassName
{
background-color: #87410E;
}
</style>
border-color css
<style>
span { border-color: #87410E; }
span { border-color: rgb(135,65,14); }
td.TdClassName
{
border-color: #87410E;
}
.TagClassName
{
border-color: #87410E;
}
</style>