Shades of Saddle Brown #804404
Tints of Saddle Brown #804404
RGB
CMYK
RGB Variations
Color information
#804404 (or 0x804404) is known color: Saddle Brown. HEX triplet: 80, 44 and 04. RGB value is (128,68,4). Sum of RGB (Red+Green+Blue) = 128+68+4=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #804404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804404 is #7FBBFB. Grayscale: #4E4E4E. Windows color (decimal): -8371196 or 279680. OLE color: 279680.
HSL color Cylindrical-coordinate representation of color #804404: hue angle of 30.97º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #804404 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 4 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.50 |
| HSL | 30.97º | 0.94% | 0.26% | - |
| HSV(B) | 30.97º | 0.97% | 0.5% | - |
| XYZ | 10.99 | 8.73 | 1.22 | - |
| YUV | 78.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 4 | 0 | 0.47 | 0.97 | 0.50 | 30.97 | 0.94 | 0.26 |
| Hex | 80 | 44 | 4 | 0 | 2F | 61 | 32 | 1F | 5E | 1A |
| Octal | 200 | 104 | 4 | 0 | 57 | 141 | 62 | 37 | 136 | 32 |
| Binary | 10000000 | 1000100 | 100 | 0 | 101111 | 1100001 | 110010 | 11111 | 1011110 | 11010 |
Color Harmonies of #804404
Complementary color
Monochromatic Colors of #804404
Black with #804404
Text Example
Text Example
White with #804404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804404; }
p { color: rgb(128,68,4); }
H1.HeaderClassName
{
color: #804404;
}
.AnyTagClassName
{
color: #804404;
}
</style>
background-color css
<style>
a { background-color: #804404; }
a { background-color: rgb(128,68,4); }
div.DivClassName
{
background-color: #804404;
}
.BgClassName
{
background-color: #804404;
}
</style>
border-color css
<style>
span { border-color: #804404; }
span { border-color: rgb(128,68,4); }
td.TdClassName
{
border-color: #804404;
}
.TagClassName
{
border-color: #804404;
}
</style>