Shades of Saddle Brown #904411
Tints of Saddle Brown #904411
RGB
CMYK
RGB Variations
Color information
#904411 (or 0x904411) is known color: Saddle Brown. HEX triplet: 90, 44 and 11. RGB value is (144,68,17). Sum of RGB (Red+Green+Blue) = 144+68+17=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #904411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904411 is #6FBBEE. Grayscale: #555555. Windows color (decimal): -7322607 or 1131664. OLE color: 1131664.
HSL color Cylindrical-coordinate representation of color #904411: hue angle of 24.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #904411 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 17 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.44 |
| HSL | 24.09º | 0.79% | 0.32% | - |
| HSV(B) | 24.09º | 0.88% | 0.56% | - |
| XYZ | 13.67 | 10.1 | 1.76 | - |
| YUV | 84.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 17 | 0 | 0.53 | 0.88 | 0.44 | 24.09 | 0.79 | 0.32 |
| Hex | 90 | 44 | 11 | 0 | 35 | 58 | 2C | 18 | 4F | 20 |
| Octal | 220 | 104 | 21 | 0 | 65 | 130 | 54 | 30 | 117 | 40 |
| Binary | 10010000 | 1000100 | 10001 | 0 | 110101 | 1011000 | 101100 | 11000 | 1001111 | 100000 |
Color Harmonies of #904411
Complementary color
Monochromatic Colors of #904411
Black with #904411
Text Example
Text Example
White with #904411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904411; }
p { color: rgb(144,68,17); }
H1.HeaderClassName
{
color: #904411;
}
.AnyTagClassName
{
color: #904411;
}
</style>
background-color css
<style>
a { background-color: #904411; }
a { background-color: rgb(144,68,17); }
div.DivClassName
{
background-color: #904411;
}
.BgClassName
{
background-color: #904411;
}
</style>
border-color css
<style>
span { border-color: #904411; }
span { border-color: rgb(144,68,17); }
td.TdClassName
{
border-color: #904411;
}
.TagClassName
{
border-color: #904411;
}
</style>