Shades of Saddle Brown #86370E
Tints of Saddle Brown #86370E
RGB
CMYK
RGB Variations
Color information
#86370E (or 0x86370E) is known color: Saddle Brown. HEX triplet: 86, 37 and 0E. RGB value is (134,55,14). Sum of RGB (Red+Green+Blue) = 134+55+14=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #86370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86370E is #79C8F1. Grayscale: #4A4A4A. Windows color (decimal): -7981298 or 931718. OLE color: 931718.
HSL color Cylindrical-coordinate representation of color #86370E: hue angle of 20.5º 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 #86370E is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 14 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.47 |
| HSL | 20.5º | 0.81% | 0.29% | - |
| HSV(B) | 20.5º | 0.9% | 0.53% | - |
| XYZ | 11.28 | 7.83 | 1.33 | - |
| YUV | 73.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 14 | 0 | 0.59 | 0.90 | 0.47 | 20.5 | 0.81 | 0.29 |
| Hex | 86 | 37 | E | 0 | 3B | 5A | 2F | 14 | 51 | 1D |
| Octal | 206 | 67 | 16 | 0 | 73 | 132 | 57 | 24 | 121 | 35 |
| Binary | 10000110 | 110111 | 1110 | 0 | 111011 | 1011010 | 101111 | 10100 | 1010001 | 11101 |
Color Harmonies of #86370E
Complementary color
Monochromatic Colors of #86370E
Black with #86370E
Text Example
Text Example
White with #86370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86370E; }
p { color: rgb(134,55,14); }
H1.HeaderClassName
{
color: #86370E;
}
.AnyTagClassName
{
color: #86370E;
}
</style>
background-color css
<style>
a { background-color: #86370E; }
a { background-color: rgb(134,55,14); }
div.DivClassName
{
background-color: #86370E;
}
.BgClassName
{
background-color: #86370E;
}
</style>
border-color css
<style>
span { border-color: #86370E; }
span { border-color: rgb(134,55,14); }
td.TdClassName
{
border-color: #86370E;
}
.TagClassName
{
border-color: #86370E;
}
</style>