Shades of Saddle Brown #85420E
Tints of Saddle Brown #85420E
RGB
CMYK
RGB Variations
Color information
#85420E (or 0x85420E) is known color: Saddle Brown. HEX triplet: 85, 42 and 0E. RGB value is (133,66,14). Sum of RGB (Red+Green+Blue) = 133+66+14=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85420E is #7ABDF1. Grayscale: #505050. Windows color (decimal): -8044018 or 934533. OLE color: 934533.
HSL color Cylindrical-coordinate representation of color #85420E: hue angle of 26.22º 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 #85420E is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 14 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.48 |
| HSL | 26.22º | 0.81% | 0.29% | - |
| HSV(B) | 26.22º | 0.89% | 0.52% | - |
| XYZ | 11.7 | 8.91 | 1.52 | - |
| YUV | 80.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 14 | 0 | 0.50 | 0.89 | 0.48 | 26.22 | 0.81 | 0.29 |
| Hex | 85 | 42 | E | 0 | 32 | 59 | 30 | 1A | 51 | 1D |
| Octal | 205 | 102 | 16 | 0 | 62 | 131 | 60 | 32 | 121 | 35 |
| Binary | 10000101 | 1000010 | 1110 | 0 | 110010 | 1011001 | 110000 | 11010 | 1010001 | 11101 |
Color Harmonies of #85420E
Complementary color
Monochromatic Colors of #85420E
Black with #85420E
Text Example
Text Example
White with #85420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85420E; }
p { color: rgb(133,66,14); }
H1.HeaderClassName
{
color: #85420E;
}
.AnyTagClassName
{
color: #85420E;
}
</style>
background-color css
<style>
a { background-color: #85420E; }
a { background-color: rgb(133,66,14); }
div.DivClassName
{
background-color: #85420E;
}
.BgClassName
{
background-color: #85420E;
}
</style>
border-color css
<style>
span { border-color: #85420E; }
span { border-color: rgb(133,66,14); }
td.TdClassName
{
border-color: #85420E;
}
.TagClassName
{
border-color: #85420E;
}
</style>