Shades of Saddle Brown #844F12
Tints of Saddle Brown #844F12
RGB
CMYK
RGB Variations
Color information
#844F12 (or 0x844F12) is known color: Saddle Brown. HEX triplet: 84, 4F and 12. RGB value is (132,79,18). Sum of RGB (Red+Green+Blue) = 132+79+18=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #844F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844F12 is #7BB0ED. Grayscale: #585858. Windows color (decimal): -8106222 or 1200004. OLE color: 1200004.
HSL color Cylindrical-coordinate representation of color #844F12: hue angle of 32.11º 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 #844F12 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 18 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.48 |
| HSL | 32.11º | 0.76% | 0.29% | - |
| HSV(B) | 32.11º | 0.86% | 0.52% | - |
| XYZ | 12.42 | 10.54 | 1.95 | - |
| YUV | 87.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 18 | 0 | 0.40 | 0.86 | 0.48 | 32.11 | 0.76 | 0.29 |
| Hex | 84 | 4F | 12 | 0 | 28 | 56 | 30 | 20 | 4C | 1D |
| Octal | 204 | 117 | 22 | 0 | 50 | 126 | 60 | 40 | 114 | 35 |
| Binary | 10000100 | 1001111 | 10010 | 0 | 101000 | 1010110 | 110000 | 100000 | 1001100 | 11101 |
Color Harmonies of #844F12
Complementary color
Monochromatic Colors of #844F12
Black with #844F12
Text Example
Text Example
White with #844F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F12; }
p { color: rgb(132,79,18); }
H1.HeaderClassName
{
color: #844F12;
}
.AnyTagClassName
{
color: #844F12;
}
</style>
background-color css
<style>
a { background-color: #844F12; }
a { background-color: rgb(132,79,18); }
div.DivClassName
{
background-color: #844F12;
}
.BgClassName
{
background-color: #844F12;
}
</style>
border-color css
<style>
span { border-color: #844F12; }
span { border-color: rgb(132,79,18); }
td.TdClassName
{
border-color: #844F12;
}
.TagClassName
{
border-color: #844F12;
}
</style>