Shades of Saddle Brown #853C16
Tints of Saddle Brown #853C16
RGB
CMYK
RGB Variations
Color information
#853C16 (or 0x853C16) is known color: Saddle Brown. HEX triplet: 85, 3C and 16. RGB value is (133,60,22). Sum of RGB (Red+Green+Blue) = 133+60+22=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #853C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C16 is #7AC3E9. Grayscale: #4D4D4D. Windows color (decimal): -8045546 or 1457285. OLE color: 1457285.
HSL color Cylindrical-coordinate representation of color #853C16: hue angle of 20.54º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #853C16 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 22 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.48 |
| HSL | 20.54º | 0.72% | 0.3% | - |
| HSV(B) | 20.54º | 0.83% | 0.52% | - |
| XYZ | 11.43 | 8.28 | 1.75 | - |
| YUV | 77.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 22 | 0 | 0.55 | 0.83 | 0.48 | 20.54 | 0.72 | 0.3 |
| Hex | 85 | 3C | 16 | 0 | 37 | 53 | 30 | 15 | 48 | 1E |
| Octal | 205 | 74 | 26 | 0 | 67 | 123 | 60 | 25 | 110 | 36 |
| Binary | 10000101 | 111100 | 10110 | 0 | 110111 | 1010011 | 110000 | 10101 | 1001000 | 11110 |
Color Harmonies of #853C16
Complementary color
Monochromatic Colors of #853C16
Black with #853C16
Text Example
Text Example
White with #853C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C16; }
p { color: rgb(133,60,22); }
H1.HeaderClassName
{
color: #853C16;
}
.AnyTagClassName
{
color: #853C16;
}
</style>
background-color css
<style>
a { background-color: #853C16; }
a { background-color: rgb(133,60,22); }
div.DivClassName
{
background-color: #853C16;
}
.BgClassName
{
background-color: #853C16;
}
</style>
border-color css
<style>
span { border-color: #853C16; }
span { border-color: rgb(133,60,22); }
td.TdClassName
{
border-color: #853C16;
}
.TagClassName
{
border-color: #853C16;
}
</style>