Shades of Saddle Brown #853B12
Tints of Saddle Brown #853B12
RGB
CMYK
RGB Variations
Color information
#853B12 (or 0x853B12) is known color: Saddle Brown. HEX triplet: 85, 3B and 12. RGB value is (133,59,18). Sum of RGB (Red+Green+Blue) = 133+59+18=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #853B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853B12 is #7AC4ED. Grayscale: #4C4C4C. Windows color (decimal): -8045806 or 1194885. OLE color: 1194885.
HSL color Cylindrical-coordinate representation of color #853B12: hue angle of 21.39º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #853B12 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 18 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.48 |
| HSL | 21.39º | 0.76% | 0.3% | - |
| HSV(B) | 21.39º | 0.86% | 0.52% | - |
| XYZ | 11.35 | 8.16 | 1.55 | - |
| YUV | 76.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 18 | 0 | 0.56 | 0.86 | 0.48 | 21.39 | 0.76 | 0.3 |
| Hex | 85 | 3B | 12 | 0 | 38 | 56 | 30 | 15 | 4C | 1E |
| Octal | 205 | 73 | 22 | 0 | 70 | 126 | 60 | 25 | 114 | 36 |
| Binary | 10000101 | 111011 | 10010 | 0 | 111000 | 1010110 | 110000 | 10101 | 1001100 | 11110 |
Color Harmonies of #853B12
Complementary color
Monochromatic Colors of #853B12
Black with #853B12
Text Example
Text Example
White with #853B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B12; }
p { color: rgb(133,59,18); }
H1.HeaderClassName
{
color: #853B12;
}
.AnyTagClassName
{
color: #853B12;
}
</style>
background-color css
<style>
a { background-color: #853B12; }
a { background-color: rgb(133,59,18); }
div.DivClassName
{
background-color: #853B12;
}
.BgClassName
{
background-color: #853B12;
}
</style>
border-color css
<style>
span { border-color: #853B12; }
span { border-color: rgb(133,59,18); }
td.TdClassName
{
border-color: #853B12;
}
.TagClassName
{
border-color: #853B12;
}
</style>