Shades of Saddle Brown #844C12
Tints of Saddle Brown #844C12
RGB
CMYK
RGB Variations
Color information
#844C12 (or 0x844C12) is known color: Saddle Brown. HEX triplet: 84, 4C and 12. RGB value is (132,76,18). Sum of RGB (Red+Green+Blue) = 132+76+18=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #844C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844C12 is #7BB3ED. Grayscale: #565656. Windows color (decimal): -8106990 or 1199236. OLE color: 1199236.
HSL color Cylindrical-coordinate representation of color #844C12: hue angle of 30.53º 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 #844C12 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 18 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.48 |
| HSL | 30.53º | 0.76% | 0.29% | - |
| HSV(B) | 30.53º | 0.86% | 0.52% | - |
| XYZ | 12.21 | 10.12 | 1.88 | - |
| YUV | 86.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 18 | 0 | 0.42 | 0.86 | 0.48 | 30.53 | 0.76 | 0.29 |
| Hex | 84 | 4C | 12 | 0 | 2A | 56 | 30 | 1F | 4C | 1D |
| Octal | 204 | 114 | 22 | 0 | 52 | 126 | 60 | 37 | 114 | 35 |
| Binary | 10000100 | 1001100 | 10010 | 0 | 101010 | 1010110 | 110000 | 11111 | 1001100 | 11101 |
Color Harmonies of #844C12
Complementary color
Monochromatic Colors of #844C12
Black with #844C12
Text Example
Text Example
White with #844C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C12; }
p { color: rgb(132,76,18); }
H1.HeaderClassName
{
color: #844C12;
}
.AnyTagClassName
{
color: #844C12;
}
</style>
background-color css
<style>
a { background-color: #844C12; }
a { background-color: rgb(132,76,18); }
div.DivClassName
{
background-color: #844C12;
}
.BgClassName
{
background-color: #844C12;
}
</style>
border-color css
<style>
span { border-color: #844C12; }
span { border-color: rgb(132,76,18); }
td.TdClassName
{
border-color: #844C12;
}
.TagClassName
{
border-color: #844C12;
}
</style>