Shades of Saddle Brown #845112
Tints of Saddle Brown #845112
RGB
CMYK
RGB Variations
Color information
#845112 (or 0x845112) is known color: Saddle Brown. HEX triplet: 84, 51 and 12. RGB value is (132,81,18). Sum of RGB (Red+Green+Blue) = 132+81+18=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #845112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845112 is #7BAEED. Grayscale: #595959. Windows color (decimal): -8105710 or 1200516. OLE color: 1200516.
HSL color Cylindrical-coordinate representation of color #845112: hue angle of 33.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #845112 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 18 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.48 |
| HSL | 33.16º | 0.76% | 0.29% | - |
| HSV(B) | 33.16º | 0.86% | 0.52% | - |
| XYZ | 12.57 | 10.83 | 2 | - |
| YUV | 89.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 18 | 0 | 0.39 | 0.86 | 0.48 | 33.16 | 0.76 | 0.29 |
| Hex | 84 | 51 | 12 | 0 | 27 | 56 | 30 | 21 | 4C | 1D |
| Octal | 204 | 121 | 22 | 0 | 47 | 126 | 60 | 41 | 114 | 35 |
| Binary | 10000100 | 1010001 | 10010 | 0 | 100111 | 1010110 | 110000 | 100001 | 1001100 | 11101 |
Color Harmonies of #845112
Complementary color
Monochromatic Colors of #845112
Black with #845112
Text Example
Text Example
White with #845112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845112; }
p { color: rgb(132,81,18); }
H1.HeaderClassName
{
color: #845112;
}
.AnyTagClassName
{
color: #845112;
}
</style>
background-color css
<style>
a { background-color: #845112; }
a { background-color: rgb(132,81,18); }
div.DivClassName
{
background-color: #845112;
}
.BgClassName
{
background-color: #845112;
}
</style>
border-color css
<style>
span { border-color: #845112; }
span { border-color: rgb(132,81,18); }
td.TdClassName
{
border-color: #845112;
}
.TagClassName
{
border-color: #845112;
}
</style>