Shades of Saddle Brown #904110
Tints of Saddle Brown #904110
RGB
CMYK
RGB Variations
Color information
#904110 (or 0x904110) is known color: Saddle Brown. HEX triplet: 90, 41 and 10. RGB value is (144,65,16). Sum of RGB (Red+Green+Blue) = 144+65+16=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #904110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904110 is #6FBEEF. Grayscale: #535353. Windows color (decimal): -7323376 or 1065360. OLE color: 1065360.
HSL color Cylindrical-coordinate representation of color #904110: hue angle of 22.97º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #904110 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 16 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.44 |
| HSL | 22.97º | 0.8% | 0.31% | - |
| HSV(B) | 22.97º | 0.89% | 0.56% | - |
| XYZ | 13.49 | 9.75 | 1.66 | - |
| YUV | 83.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 16 | 0 | 0.55 | 0.89 | 0.44 | 22.97 | 0.8 | 0.31 |
| Hex | 90 | 41 | 10 | 0 | 37 | 59 | 2C | 17 | 50 | 1F |
| Octal | 220 | 101 | 20 | 0 | 67 | 131 | 54 | 27 | 120 | 37 |
| Binary | 10010000 | 1000001 | 10000 | 0 | 110111 | 1011001 | 101100 | 10111 | 1010000 | 11111 |
Color Harmonies of #904110
Complementary color
Monochromatic Colors of #904110
Black with #904110
Text Example
Text Example
White with #904110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904110; }
p { color: rgb(144,65,16); }
H1.HeaderClassName
{
color: #904110;
}
.AnyTagClassName
{
color: #904110;
}
</style>
background-color css
<style>
a { background-color: #904110; }
a { background-color: rgb(144,65,16); }
div.DivClassName
{
background-color: #904110;
}
.BgClassName
{
background-color: #904110;
}
</style>
border-color css
<style>
span { border-color: #904110; }
span { border-color: rgb(144,65,16); }
td.TdClassName
{
border-color: #904110;
}
.TagClassName
{
border-color: #904110;
}
</style>