Shades of Saddle Brown #86370F
Tints of Saddle Brown #86370F
RGB
CMYK
RGB Variations
Color information
#86370F (or 0x86370F) is known color: Saddle Brown. HEX triplet: 86, 37 and 0F. RGB value is (134,55,15). Sum of RGB (Red+Green+Blue) = 134+55+15=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #86370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86370F is #79C8F0. Grayscale: #4A4A4A. Windows color (decimal): -7981297 or 997254. OLE color: 997254.
HSL color Cylindrical-coordinate representation of color #86370F: hue angle of 20.17º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86370F is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 15 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.47 |
| HSL | 20.17º | 0.8% | 0.29% | - |
| HSV(B) | 20.17º | 0.89% | 0.53% | - |
| XYZ | 11.28 | 7.84 | 1.37 | - |
| YUV | 74.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 15 | 0 | 0.59 | 0.89 | 0.47 | 20.17 | 0.8 | 0.29 |
| Hex | 86 | 37 | F | 0 | 3B | 59 | 2F | 14 | 50 | 1D |
| Octal | 206 | 67 | 17 | 0 | 73 | 131 | 57 | 24 | 120 | 35 |
| Binary | 10000110 | 110111 | 1111 | 0 | 111011 | 1011001 | 101111 | 10100 | 1010000 | 11101 |
Color Harmonies of #86370F
Complementary color
Monochromatic Colors of #86370F
Black with #86370F
Text Example
Text Example
White with #86370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86370F; }
p { color: rgb(134,55,15); }
H1.HeaderClassName
{
color: #86370F;
}
.AnyTagClassName
{
color: #86370F;
}
</style>
background-color css
<style>
a { background-color: #86370F; }
a { background-color: rgb(134,55,15); }
div.DivClassName
{
background-color: #86370F;
}
.BgClassName
{
background-color: #86370F;
}
</style>
border-color css
<style>
span { border-color: #86370F; }
span { border-color: rgb(134,55,15); }
td.TdClassName
{
border-color: #86370F;
}
.TagClassName
{
border-color: #86370F;
}
</style>