Shades of Saddle Brown #853A18
Tints of Saddle Brown #853A18
RGB
CMYK
RGB Variations
Color information
#853A18 (or 0x853A18) is known color: Saddle Brown. HEX triplet: 85, 3A and 18. RGB value is (133,58,24). Sum of RGB (Red+Green+Blue) = 133+58+24=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #853A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853A18 is #7AC5E7. Grayscale: #4C4C4C. Windows color (decimal): -8046056 or 1587845. OLE color: 1587845.
HSL color Cylindrical-coordinate representation of color #853A18: hue angle of 18.72º 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 #853A18 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 24 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.48 |
| HSL | 18.72º | 0.69% | 0.31% | - |
| HSV(B) | 18.72º | 0.82% | 0.52% | - |
| XYZ | 11.35 | 8.08 | 1.83 | - |
| YUV | 76.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 24 | 0 | 0.56 | 0.82 | 0.48 | 18.72 | 0.69 | 0.31 |
| Hex | 85 | 3A | 18 | 0 | 38 | 52 | 30 | 13 | 45 | 1F |
| Octal | 205 | 72 | 30 | 0 | 70 | 122 | 60 | 23 | 105 | 37 |
| Binary | 10000101 | 111010 | 11000 | 0 | 111000 | 1010010 | 110000 | 10011 | 1000101 | 11111 |
Color Harmonies of #853A18
Complementary color
Monochromatic Colors of #853A18
Black with #853A18
Text Example
Text Example
White with #853A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A18; }
p { color: rgb(133,58,24); }
H1.HeaderClassName
{
color: #853A18;
}
.AnyTagClassName
{
color: #853A18;
}
</style>
background-color css
<style>
a { background-color: #853A18; }
a { background-color: rgb(133,58,24); }
div.DivClassName
{
background-color: #853A18;
}
.BgClassName
{
background-color: #853A18;
}
</style>
border-color css
<style>
span { border-color: #853A18; }
span { border-color: rgb(133,58,24); }
td.TdClassName
{
border-color: #853A18;
}
.TagClassName
{
border-color: #853A18;
}
</style>