Shades of Saddle Brown #86460F
Tints of Saddle Brown #86460F
RGB
CMYK
RGB Variations
Color information
#86460F (or 0x86460F) is known color: Saddle Brown. HEX triplet: 86, 46 and 0F. RGB value is (134,70,15). Sum of RGB (Red+Green+Blue) = 134+70+15=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86460F is #79B9F0. Grayscale: #535353. Windows color (decimal): -7977457 or 1001094. OLE color: 1001094.
HSL color Cylindrical-coordinate representation of color #86460F: hue angle of 27.73º 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 #86460F is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 15 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.47 |
| HSL | 27.73º | 0.8% | 0.29% | - |
| HSV(B) | 27.73º | 0.89% | 0.53% | - |
| XYZ | 12.11 | 9.48 | 1.64 | - |
| YUV | 82.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 15 | 0 | 0.48 | 0.89 | 0.47 | 27.73 | 0.8 | 0.29 |
| Hex | 86 | 46 | F | 0 | 30 | 59 | 2F | 1C | 50 | 1D |
| Octal | 206 | 106 | 17 | 0 | 60 | 131 | 57 | 34 | 120 | 35 |
| Binary | 10000110 | 1000110 | 1111 | 0 | 110000 | 1011001 | 101111 | 11100 | 1010000 | 11101 |
Color Harmonies of #86460F
Complementary color
Monochromatic Colors of #86460F
Black with #86460F
Text Example
Text Example
White with #86460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86460F; }
p { color: rgb(134,70,15); }
H1.HeaderClassName
{
color: #86460F;
}
.AnyTagClassName
{
color: #86460F;
}
</style>
background-color css
<style>
a { background-color: #86460F; }
a { background-color: rgb(134,70,15); }
div.DivClassName
{
background-color: #86460F;
}
.BgClassName
{
background-color: #86460F;
}
</style>
border-color css
<style>
span { border-color: #86460F; }
span { border-color: rgb(134,70,15); }
td.TdClassName
{
border-color: #86460F;
}
.TagClassName
{
border-color: #86460F;
}
</style>