Shades of Saddle Brown #904111
Tints of Saddle Brown #904111
RGB
CMYK
RGB Variations
Color information
#904111 (or 0x904111) is known color: Saddle Brown. HEX triplet: 90, 41 and 11. RGB value is (144,65,17). Sum of RGB (Red+Green+Blue) = 144+65+17=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #904111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904111 is #6FBEEE. Grayscale: #535353. Windows color (decimal): -7323375 or 1130896. OLE color: 1130896.
HSL color Cylindrical-coordinate representation of color #904111: hue angle of 22.68º 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 #904111 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 17 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.44 |
| HSL | 22.68º | 0.79% | 0.32% | - |
| HSV(B) | 22.68º | 0.88% | 0.56% | - |
| XYZ | 13.49 | 9.75 | 1.7 | - |
| YUV | 83.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 17 | 0 | 0.55 | 0.88 | 0.44 | 22.68 | 0.79 | 0.32 |
| Hex | 90 | 41 | 11 | 0 | 37 | 58 | 2C | 17 | 4F | 20 |
| Octal | 220 | 101 | 21 | 0 | 67 | 130 | 54 | 27 | 117 | 40 |
| Binary | 10010000 | 1000001 | 10001 | 0 | 110111 | 1011000 | 101100 | 10111 | 1001111 | 100000 |
Color Harmonies of #904111
Complementary color
Monochromatic Colors of #904111
Black with #904111
Text Example
Text Example
White with #904111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904111; }
p { color: rgb(144,65,17); }
H1.HeaderClassName
{
color: #904111;
}
.AnyTagClassName
{
color: #904111;
}
</style>
background-color css
<style>
a { background-color: #904111; }
a { background-color: rgb(144,65,17); }
div.DivClassName
{
background-color: #904111;
}
.BgClassName
{
background-color: #904111;
}
</style>
border-color css
<style>
span { border-color: #904111; }
span { border-color: rgb(144,65,17); }
td.TdClassName
{
border-color: #904111;
}
.TagClassName
{
border-color: #904111;
}
</style>