Shades of Saddle Brown #844112
Tints of Saddle Brown #844112
RGB
CMYK
RGB Variations
Color information
#844112 (or 0x844112) is known color: Saddle Brown. HEX triplet: 84, 41 and 12. RGB value is (132,65,18). Sum of RGB (Red+Green+Blue) = 132+65+18=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #844112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844112 is #7BBEED. Grayscale: #4F4F4F. Windows color (decimal): -8109806 or 1196420. OLE color: 1196420.
HSL color Cylindrical-coordinate representation of color #844112: hue angle of 24.74º 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 #844112 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 18 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.48 |
| HSL | 24.74º | 0.76% | 0.29% | - |
| HSV(B) | 24.74º | 0.86% | 0.52% | - |
| XYZ | 11.52 | 8.73 | 1.65 | - |
| YUV | 79.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 18 | 0 | 0.51 | 0.86 | 0.48 | 24.74 | 0.76 | 0.29 |
| Hex | 84 | 41 | 12 | 0 | 33 | 56 | 30 | 19 | 4C | 1D |
| Octal | 204 | 101 | 22 | 0 | 63 | 126 | 60 | 31 | 114 | 35 |
| Binary | 10000100 | 1000001 | 10010 | 0 | 110011 | 1010110 | 110000 | 11001 | 1001100 | 11101 |
Color Harmonies of #844112
Complementary color
Monochromatic Colors of #844112
Black with #844112
Text Example
Text Example
White with #844112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844112; }
p { color: rgb(132,65,18); }
H1.HeaderClassName
{
color: #844112;
}
.AnyTagClassName
{
color: #844112;
}
</style>
background-color css
<style>
a { background-color: #844112; }
a { background-color: rgb(132,65,18); }
div.DivClassName
{
background-color: #844112;
}
.BgClassName
{
background-color: #844112;
}
</style>
border-color css
<style>
span { border-color: #844112; }
span { border-color: rgb(132,65,18); }
td.TdClassName
{
border-color: #844112;
}
.TagClassName
{
border-color: #844112;
}
</style>