Shades of Saddle Brown #86360F
Tints of Saddle Brown #86360F
RGB
CMYK
RGB Variations
Color information
#86360F (or 0x86360F) is known color: Saddle Brown. HEX triplet: 86, 36 and 0F. RGB value is (134,54,15). Sum of RGB (Red+Green+Blue) = 134+54+15=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #86360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86360F is #79C9F0. Grayscale: #494949. Windows color (decimal): -7981553 or 996998. OLE color: 996998.
HSL color Cylindrical-coordinate representation of color #86360F: hue angle of 19.66º 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 #86360F is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 15 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.47 |
| HSL | 19.66º | 0.8% | 0.29% | - |
| HSV(B) | 19.66º | 0.89% | 0.53% | - |
| XYZ | 11.24 | 7.74 | 1.35 | - |
| YUV | 73.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 15 | 0 | 0.60 | 0.89 | 0.47 | 19.66 | 0.8 | 0.29 |
| Hex | 86 | 36 | F | 0 | 3C | 59 | 2F | 14 | 50 | 1D |
| Octal | 206 | 66 | 17 | 0 | 74 | 131 | 57 | 24 | 120 | 35 |
| Binary | 10000110 | 110110 | 1111 | 0 | 111100 | 1011001 | 101111 | 10100 | 1010000 | 11101 |
Color Harmonies of #86360F
Complementary color
Monochromatic Colors of #86360F
Black with #86360F
Text Example
Text Example
White with #86360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86360F; }
p { color: rgb(134,54,15); }
H1.HeaderClassName
{
color: #86360F;
}
.AnyTagClassName
{
color: #86360F;
}
</style>
background-color css
<style>
a { background-color: #86360F; }
a { background-color: rgb(134,54,15); }
div.DivClassName
{
background-color: #86360F;
}
.BgClassName
{
background-color: #86360F;
}
</style>
border-color css
<style>
span { border-color: #86360F; }
span { border-color: rgb(134,54,15); }
td.TdClassName
{
border-color: #86360F;
}
.TagClassName
{
border-color: #86360F;
}
</style>