Shades of Saddle Brown #85420D
Tints of Saddle Brown #85420D
RGB
CMYK
RGB Variations
Color information
#85420D (or 0x85420D) is known color: Saddle Brown. HEX triplet: 85, 42 and 0D. RGB value is (133,66,13). Sum of RGB (Red+Green+Blue) = 133+66+13=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85420D is #7ABDF2. Grayscale: #505050. Windows color (decimal): -8044019 or 868997. OLE color: 868997.
HSL color Cylindrical-coordinate representation of color #85420D: hue angle of 26.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85420D is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 13 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.48 |
| HSL | 26.5º | 0.82% | 0.29% | - |
| HSV(B) | 26.5º | 0.9% | 0.52% | - |
| XYZ | 11.69 | 8.91 | 1.48 | - |
| YUV | 79.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 13 | 0 | 0.50 | 0.90 | 0.48 | 26.5 | 0.82 | 0.29 |
| Hex | 85 | 42 | D | 0 | 32 | 5A | 30 | 1A | 52 | 1D |
| Octal | 205 | 102 | 15 | 0 | 62 | 132 | 60 | 32 | 122 | 35 |
| Binary | 10000101 | 1000010 | 1101 | 0 | 110010 | 1011010 | 110000 | 11010 | 1010010 | 11101 |
Color Harmonies of #85420D
Complementary color
Monochromatic Colors of #85420D
Black with #85420D
Text Example
Text Example
White with #85420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85420D; }
p { color: rgb(133,66,13); }
H1.HeaderClassName
{
color: #85420D;
}
.AnyTagClassName
{
color: #85420D;
}
</style>
background-color css
<style>
a { background-color: #85420D; }
a { background-color: rgb(133,66,13); }
div.DivClassName
{
background-color: #85420D;
}
.BgClassName
{
background-color: #85420D;
}
</style>
border-color css
<style>
span { border-color: #85420D; }
span { border-color: rgb(133,66,13); }
td.TdClassName
{
border-color: #85420D;
}
.TagClassName
{
border-color: #85420D;
}
</style>