Shades of Saddle Brown #844511
Tints of Saddle Brown #844511
RGB
CMYK
RGB Variations
Color information
#844511 (or 0x844511) is known color: Saddle Brown. HEX triplet: 84, 45 and 11. RGB value is (132,69,17). Sum of RGB (Red+Green+Blue) = 132+69+17=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #844511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844511 is #7BBAEE. Grayscale: #525252. Windows color (decimal): -8108783 or 1131908. OLE color: 1131908.
HSL color Cylindrical-coordinate representation of color #844511: hue angle of 27.13º 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 #844511 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 17 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.48 |
| HSL | 27.13º | 0.77% | 0.29% | - |
| HSV(B) | 27.13º | 0.87% | 0.52% | - |
| XYZ | 11.75 | 9.2 | 1.69 | - |
| YUV | 81.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 17 | 0 | 0.48 | 0.87 | 0.48 | 27.13 | 0.77 | 0.29 |
| Hex | 84 | 45 | 11 | 0 | 30 | 57 | 30 | 1B | 4D | 1D |
| Octal | 204 | 105 | 21 | 0 | 60 | 127 | 60 | 33 | 115 | 35 |
| Binary | 10000100 | 1000101 | 10001 | 0 | 110000 | 1010111 | 110000 | 11011 | 1001101 | 11101 |
Color Harmonies of #844511
Complementary color
Monochromatic Colors of #844511
Black with #844511
Text Example
Text Example
White with #844511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844511; }
p { color: rgb(132,69,17); }
H1.HeaderClassName
{
color: #844511;
}
.AnyTagClassName
{
color: #844511;
}
</style>
background-color css
<style>
a { background-color: #844511; }
a { background-color: rgb(132,69,17); }
div.DivClassName
{
background-color: #844511;
}
.BgClassName
{
background-color: #844511;
}
</style>
border-color css
<style>
span { border-color: #844511; }
span { border-color: rgb(132,69,17); }
td.TdClassName
{
border-color: #844511;
}
.TagClassName
{
border-color: #844511;
}
</style>