Shades of Saddle Brown #844912
Tints of Saddle Brown #844912
RGB
CMYK
RGB Variations
Color information
#844912 (or 0x844912) is known color: Saddle Brown. HEX triplet: 84, 49 and 12. RGB value is (132,73,18). Sum of RGB (Red+Green+Blue) = 132+73+18=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #844912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844912 is #7BB6ED. Grayscale: #545454. Windows color (decimal): -8107758 or 1198468. OLE color: 1198468.
HSL color Cylindrical-coordinate representation of color #844912: hue angle of 28.95º 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 #844912 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 18 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.48 |
| HSL | 28.95º | 0.76% | 0.29% | - |
| HSV(B) | 28.95º | 0.86% | 0.52% | - |
| XYZ | 12.01 | 9.71 | 1.81 | - |
| YUV | 84.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 18 | 0 | 0.45 | 0.86 | 0.48 | 28.95 | 0.76 | 0.29 |
| Hex | 84 | 49 | 12 | 0 | 2D | 56 | 30 | 1D | 4C | 1D |
| Octal | 204 | 111 | 22 | 0 | 55 | 126 | 60 | 35 | 114 | 35 |
| Binary | 10000100 | 1001001 | 10010 | 0 | 101101 | 1010110 | 110000 | 11101 | 1001100 | 11101 |
Color Harmonies of #844912
Complementary color
Monochromatic Colors of #844912
Black with #844912
Text Example
Text Example
White with #844912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844912; }
p { color: rgb(132,73,18); }
H1.HeaderClassName
{
color: #844912;
}
.AnyTagClassName
{
color: #844912;
}
</style>
background-color css
<style>
a { background-color: #844912; }
a { background-color: rgb(132,73,18); }
div.DivClassName
{
background-color: #844912;
}
.BgClassName
{
background-color: #844912;
}
</style>
border-color css
<style>
span { border-color: #844912; }
span { border-color: rgb(132,73,18); }
td.TdClassName
{
border-color: #844912;
}
.TagClassName
{
border-color: #844912;
}
</style>