Shades of Saddle Brown #844811
Tints of Saddle Brown #844811
RGB
CMYK
RGB Variations
Color information
#844811 (or 0x844811) is known color: Saddle Brown. HEX triplet: 84, 48 and 11. RGB value is (132,72,17). Sum of RGB (Red+Green+Blue) = 132+72+17=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #844811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844811 is #7BB7EE. Grayscale: #535353. Windows color (decimal): -8108015 or 1132676. OLE color: 1132676.
HSL color Cylindrical-coordinate representation of color #844811: hue angle of 28.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #844811 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 17 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.48 |
| HSL | 28.7º | 0.77% | 0.29% | - |
| HSV(B) | 28.7º | 0.87% | 0.52% | - |
| XYZ | 11.93 | 9.58 | 1.75 | - |
| YUV | 83.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 17 | 0 | 0.45 | 0.87 | 0.48 | 28.7 | 0.77 | 0.29 |
| Hex | 84 | 48 | 11 | 0 | 2D | 57 | 30 | 1D | 4D | 1D |
| Octal | 204 | 110 | 21 | 0 | 55 | 127 | 60 | 35 | 115 | 35 |
| Binary | 10000100 | 1001000 | 10001 | 0 | 101101 | 1010111 | 110000 | 11101 | 1001101 | 11101 |
Color Harmonies of #844811
Complementary color
Monochromatic Colors of #844811
Black with #844811
Text Example
Text Example
White with #844811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844811; }
p { color: rgb(132,72,17); }
H1.HeaderClassName
{
color: #844811;
}
.AnyTagClassName
{
color: #844811;
}
</style>
background-color css
<style>
a { background-color: #844811; }
a { background-color: rgb(132,72,17); }
div.DivClassName
{
background-color: #844811;
}
.BgClassName
{
background-color: #844811;
}
</style>
border-color css
<style>
span { border-color: #844811; }
span { border-color: rgb(132,72,17); }
td.TdClassName
{
border-color: #844811;
}
.TagClassName
{
border-color: #844811;
}
</style>