Shades of Saddle Brown #904811
Tints of Saddle Brown #904811
RGB
CMYK
RGB Variations
Color information
#904811 (or 0x904811) is known color: Saddle Brown. HEX triplet: 90, 48 and 11. RGB value is (144,72,17). Sum of RGB (Red+Green+Blue) = 144+72+17=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #904811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904811 is #6FB7EE. Grayscale: #575757. Windows color (decimal): -7321583 or 1132688. OLE color: 1132688.
HSL color Cylindrical-coordinate representation of color #904811: hue angle of 25.98º 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 #904811 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 72 | 17 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.44 |
| HSL | 25.98º | 0.79% | 0.32% | - |
| HSV(B) | 25.98º | 0.88% | 0.56% | - |
| XYZ | 13.92 | 10.6 | 1.84 | - |
| YUV | 87.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 17 | 0 | 0.50 | 0.88 | 0.44 | 25.98 | 0.79 | 0.32 |
| Hex | 90 | 48 | 11 | 0 | 32 | 58 | 2C | 1A | 4F | 20 |
| Octal | 220 | 110 | 21 | 0 | 62 | 130 | 54 | 32 | 117 | 40 |
| Binary | 10010000 | 1001000 | 10001 | 0 | 110010 | 1011000 | 101100 | 11010 | 1001111 | 100000 |
Color Harmonies of #904811
Complementary color
Monochromatic Colors of #904811
Black with #904811
Text Example
Text Example
White with #904811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904811; }
p { color: rgb(144,72,17); }
H1.HeaderClassName
{
color: #904811;
}
.AnyTagClassName
{
color: #904811;
}
</style>
background-color css
<style>
a { background-color: #904811; }
a { background-color: rgb(144,72,17); }
div.DivClassName
{
background-color: #904811;
}
.BgClassName
{
background-color: #904811;
}
</style>
border-color css
<style>
span { border-color: #904811; }
span { border-color: rgb(144,72,17); }
td.TdClassName
{
border-color: #904811;
}
.TagClassName
{
border-color: #904811;
}
</style>