Shades of Saddle Brown #853C18
Tints of Saddle Brown #853C18
RGB
CMYK
RGB Variations
Color information
#853C18 (or 0x853C18) is known color: Saddle Brown. HEX triplet: 85, 3C and 18. RGB value is (133,60,24). Sum of RGB (Red+Green+Blue) = 133+60+24=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #853C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C18 is #7AC3E7. Grayscale: #4D4D4D. Windows color (decimal): -8045544 or 1588357. OLE color: 1588357.
HSL color Cylindrical-coordinate representation of color #853C18: hue angle of 19.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #853C18 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 24 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.48 |
| HSL | 19.82º | 0.69% | 0.31% | - |
| HSV(B) | 19.82º | 0.82% | 0.52% | - |
| XYZ | 11.45 | 8.28 | 1.86 | - |
| YUV | 77.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 24 | 0 | 0.55 | 0.82 | 0.48 | 19.82 | 0.69 | 0.31 |
| Hex | 85 | 3C | 18 | 0 | 37 | 52 | 30 | 14 | 45 | 1F |
| Octal | 205 | 74 | 30 | 0 | 67 | 122 | 60 | 24 | 105 | 37 |
| Binary | 10000101 | 111100 | 11000 | 0 | 110111 | 1010010 | 110000 | 10100 | 1000101 | 11111 |
Color Harmonies of #853C18
Complementary color
Monochromatic Colors of #853C18
Black with #853C18
Text Example
Text Example
White with #853C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C18; }
p { color: rgb(133,60,24); }
H1.HeaderClassName
{
color: #853C18;
}
.AnyTagClassName
{
color: #853C18;
}
</style>
background-color css
<style>
a { background-color: #853C18; }
a { background-color: rgb(133,60,24); }
div.DivClassName
{
background-color: #853C18;
}
.BgClassName
{
background-color: #853C18;
}
</style>
border-color css
<style>
span { border-color: #853C18; }
span { border-color: rgb(133,60,24); }
td.TdClassName
{
border-color: #853C18;
}
.TagClassName
{
border-color: #853C18;
}
</style>