Shades of Saddle Brown #85460E
Tints of Saddle Brown #85460E
RGB
CMYK
RGB Variations
Color information
#85460E (or 0x85460E) is known color: Saddle Brown. HEX triplet: 85, 46 and 0E. RGB value is (133,70,14). Sum of RGB (Red+Green+Blue) = 133+70+14=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85460E is #7AB9F1. Grayscale: #525252. Windows color (decimal): -8042994 or 935557. OLE color: 935557.
HSL color Cylindrical-coordinate representation of color #85460E: hue angle of 28.24º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85460E is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 14 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.48 |
| HSL | 28.24º | 0.81% | 0.29% | - |
| HSV(B) | 28.24º | 0.89% | 0.52% | - |
| XYZ | 11.94 | 9.4 | 1.6 | - |
| YUV | 82.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 14 | 0 | 0.47 | 0.89 | 0.48 | 28.24 | 0.81 | 0.29 |
| Hex | 85 | 46 | E | 0 | 2F | 59 | 30 | 1C | 51 | 1D |
| Octal | 205 | 106 | 16 | 0 | 57 | 131 | 60 | 34 | 121 | 35 |
| Binary | 10000101 | 1000110 | 1110 | 0 | 101111 | 1011001 | 110000 | 11100 | 1010001 | 11101 |
Color Harmonies of #85460E
Complementary color
Monochromatic Colors of #85460E
Black with #85460E
Text Example
Text Example
White with #85460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85460E; }
p { color: rgb(133,70,14); }
H1.HeaderClassName
{
color: #85460E;
}
.AnyTagClassName
{
color: #85460E;
}
</style>
background-color css
<style>
a { background-color: #85460E; }
a { background-color: rgb(133,70,14); }
div.DivClassName
{
background-color: #85460E;
}
.BgClassName
{
background-color: #85460E;
}
</style>
border-color css
<style>
span { border-color: #85460E; }
span { border-color: rgb(133,70,14); }
td.TdClassName
{
border-color: #85460E;
}
.TagClassName
{
border-color: #85460E;
}
</style>