Shades of Saddle Brown #853C14
Tints of Saddle Brown #853C14
RGB
CMYK
RGB Variations
Color information
#853C14 (or 0x853C14) is known color: Saddle Brown. HEX triplet: 85, 3C and 14. RGB value is (133,60,20). Sum of RGB (Red+Green+Blue) = 133+60+20=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #853C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C14 is #7AC3EB. Grayscale: #4D4D4D. Windows color (decimal): -8045548 or 1326213. OLE color: 1326213.
HSL color Cylindrical-coordinate representation of color #853C14: hue angle of 21.24º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #853C14 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 20 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.48 |
| HSL | 21.24º | 0.74% | 0.3% | - |
| HSV(B) | 21.24º | 0.85% | 0.52% | - |
| XYZ | 11.41 | 8.27 | 1.66 | - |
| YUV | 77.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 20 | 0 | 0.55 | 0.85 | 0.48 | 21.24 | 0.74 | 0.3 |
| Hex | 85 | 3C | 14 | 0 | 37 | 55 | 30 | 15 | 4A | 1E |
| Octal | 205 | 74 | 24 | 0 | 67 | 125 | 60 | 25 | 112 | 36 |
| Binary | 10000101 | 111100 | 10100 | 0 | 110111 | 1010101 | 110000 | 10101 | 1001010 | 11110 |
Color Harmonies of #853C14
Complementary color
Monochromatic Colors of #853C14
Black with #853C14
Text Example
Text Example
White with #853C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C14; }
p { color: rgb(133,60,20); }
H1.HeaderClassName
{
color: #853C14;
}
.AnyTagClassName
{
color: #853C14;
}
</style>
background-color css
<style>
a { background-color: #853C14; }
a { background-color: rgb(133,60,20); }
div.DivClassName
{
background-color: #853C14;
}
.BgClassName
{
background-color: #853C14;
}
</style>
border-color css
<style>
span { border-color: #853C14; }
span { border-color: rgb(133,60,20); }
td.TdClassName
{
border-color: #853C14;
}
.TagClassName
{
border-color: #853C14;
}
</style>