Shades of Saddle Brown #904404
Tints of Saddle Brown #904404
RGB
CMYK
RGB Variations
Color information
#904404 (or 0x904404) is known color: Saddle Brown. HEX triplet: 90, 44 and 04. RGB value is (144,68,4). Sum of RGB (Red+Green+Blue) = 144+68+4=216 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.67% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 144 - color contains mainly: red. Hex color #904404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904404 is #6FBBFB. Grayscale: #535353. Windows color (decimal): -7322620 or 279696. OLE color: 279696.
HSL color Cylindrical-coordinate representation of color #904404: hue angle of 27.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #904404 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 4 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.44 |
| HSL | 27.43º | 0.95% | 0.29% | - |
| HSV(B) | 27.43º | 0.97% | 0.56% | - |
| XYZ | 13.59 | 10.07 | 1.34 | - |
| YUV | 83.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 4 | 0 | 0.53 | 0.97 | 0.44 | 27.43 | 0.95 | 0.29 |
| Hex | 90 | 44 | 4 | 0 | 35 | 61 | 2C | 1B | 5F | 1D |
| Octal | 220 | 104 | 4 | 0 | 65 | 141 | 54 | 33 | 137 | 35 |
| Binary | 10010000 | 1000100 | 100 | 0 | 110101 | 1100001 | 101100 | 11011 | 1011111 | 11101 |
Color Harmonies of #904404
Complementary color
Monochromatic Colors of #904404
Black with #904404
Text Example
Text Example
White with #904404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904404; }
p { color: rgb(144,68,4); }
H1.HeaderClassName
{
color: #904404;
}
.AnyTagClassName
{
color: #904404;
}
</style>
background-color css
<style>
a { background-color: #904404; }
a { background-color: rgb(144,68,4); }
div.DivClassName
{
background-color: #904404;
}
.BgClassName
{
background-color: #904404;
}
</style>
border-color css
<style>
span { border-color: #904404; }
span { border-color: rgb(144,68,4); }
td.TdClassName
{
border-color: #904404;
}
.TagClassName
{
border-color: #904404;
}
</style>