Shades of Saddle Brown #854112
Tints of Saddle Brown #854112
RGB
CMYK
RGB Variations
Color information
#854112 (or 0x854112) is known color: Saddle Brown. HEX triplet: 85, 41 and 12. RGB value is (133,65,18). Sum of RGB (Red+Green+Blue) = 133+65+18=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #854112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854112 is #7ABEED. Grayscale: #505050. Windows color (decimal): -8044270 or 1196421. OLE color: 1196421.
HSL color Cylindrical-coordinate representation of color #854112: hue angle of 24.52º 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 #854112 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 18 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.48 |
| HSL | 24.52º | 0.76% | 0.3% | - |
| HSV(B) | 24.52º | 0.86% | 0.52% | - |
| XYZ | 11.67 | 8.81 | 1.66 | - |
| YUV | 79.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 18 | 0 | 0.51 | 0.86 | 0.48 | 24.52 | 0.76 | 0.3 |
| Hex | 85 | 41 | 12 | 0 | 33 | 56 | 30 | 19 | 4C | 1E |
| Octal | 205 | 101 | 22 | 0 | 63 | 126 | 60 | 31 | 114 | 36 |
| Binary | 10000101 | 1000001 | 10010 | 0 | 110011 | 1010110 | 110000 | 11001 | 1001100 | 11110 |
Color Harmonies of #854112
Complementary color
Monochromatic Colors of #854112
Black with #854112
Text Example
Text Example
White with #854112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854112; }
p { color: rgb(133,65,18); }
H1.HeaderClassName
{
color: #854112;
}
.AnyTagClassName
{
color: #854112;
}
</style>
background-color css
<style>
a { background-color: #854112; }
a { background-color: rgb(133,65,18); }
div.DivClassName
{
background-color: #854112;
}
.BgClassName
{
background-color: #854112;
}
</style>
border-color css
<style>
span { border-color: #854112; }
span { border-color: rgb(133,65,18); }
td.TdClassName
{
border-color: #854112;
}
.TagClassName
{
border-color: #854112;
}
</style>