Shades of Saddle Brown #85420C
Tints of Saddle Brown #85420C
RGB
CMYK
RGB Variations
Color information
#85420C (or 0x85420C) is known color: Saddle Brown. HEX triplet: 85, 42 and 0C. RGB value is (133,66,12). Sum of RGB (Red+Green+Blue) = 133+66+12=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85420C is #7ABDF3. Grayscale: #505050. Windows color (decimal): -8044020 or 803461. OLE color: 803461.
HSL color Cylindrical-coordinate representation of color #85420C: hue angle of 26.78º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85420C is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 12 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.48 |
| HSL | 26.78º | 0.83% | 0.28% | - |
| HSV(B) | 26.78º | 0.91% | 0.52% | - |
| XYZ | 11.69 | 8.91 | 1.45 | - |
| YUV | 79.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 12 | 0 | 0.50 | 0.91 | 0.48 | 26.78 | 0.83 | 0.28 |
| Hex | 85 | 42 | C | 0 | 32 | 5B | 30 | 1B | 53 | 1C |
| Octal | 205 | 102 | 14 | 0 | 62 | 133 | 60 | 33 | 123 | 34 |
| Binary | 10000101 | 1000010 | 1100 | 0 | 110010 | 1011011 | 110000 | 11011 | 1010011 | 11100 |
Color Harmonies of #85420C
Complementary color
Monochromatic Colors of #85420C
Black with #85420C
Text Example
Text Example
White with #85420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85420C; }
p { color: rgb(133,66,12); }
H1.HeaderClassName
{
color: #85420C;
}
.AnyTagClassName
{
color: #85420C;
}
</style>
background-color css
<style>
a { background-color: #85420C; }
a { background-color: rgb(133,66,12); }
div.DivClassName
{
background-color: #85420C;
}
.BgClassName
{
background-color: #85420C;
}
</style>
border-color css
<style>
span { border-color: #85420C; }
span { border-color: rgb(133,66,12); }
td.TdClassName
{
border-color: #85420C;
}
.TagClassName
{
border-color: #85420C;
}
</style>