Shades of Saddle Brown #844800
Tints of Saddle Brown #844800
RGB
CMYK
RGB Variations
Color information
#844800 (or 0x844800) is known color: Saddle Brown. HEX triplet: 84, 48 and 00. RGB value is (132,72,0). Sum of RGB (Red+Green+Blue) = 132+72+0=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #844800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844800 is #7BB7FF. Grayscale: #525252. Windows color (decimal): -8108032 or 18564. OLE color: 18564.
HSL color Cylindrical-coordinate representation of color #844800: hue angle of 32.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #844800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.48 |
| HSL | 32.73º | 1% | 0.26% | - |
| HSV(B) | 32.73º | 1% | 0.52% | - |
| XYZ | 11.83 | 9.54 | 1.22 | - |
| YUV | 81.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 0 | 0 | 0.45 | 1 | 0.48 | 32.73 | 1 | 0.26 |
| Hex | 84 | 48 | 0 | 0 | 2D | 64 | 30 | 21 | 64 | 1A |
| Octal | 204 | 110 | 0 | 0 | 55 | 144 | 60 | 41 | 144 | 32 |
| Binary | 10000100 | 1001000 | 0 | 0 | 101101 | 1100100 | 110000 | 100001 | 1100100 | 11010 |
Color Harmonies of #844800
Complementary color
Monochromatic Colors of #844800
Black with #844800
Text Example
Text Example
White with #844800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844800; }
p { color: rgb(132,72,0); }
H1.HeaderClassName
{
color: #844800;
}
.AnyTagClassName
{
color: #844800;
}
</style>
background-color css
<style>
a { background-color: #844800; }
a { background-color: rgb(132,72,0); }
div.DivClassName
{
background-color: #844800;
}
.BgClassName
{
background-color: #844800;
}
</style>
border-color css
<style>
span { border-color: #844800; }
span { border-color: rgb(132,72,0); }
td.TdClassName
{
border-color: #844800;
}
.TagClassName
{
border-color: #844800;
}
</style>