Shades of Saddle Brown #904616
Tints of Saddle Brown #904616
RGB
CMYK
RGB Variations
Color information
#904616 (or 0x904616) is known color: Saddle Brown. HEX triplet: 90, 46 and 16. RGB value is (144,70,22). Sum of RGB (Red+Green+Blue) = 144+70+22=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #904616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904616 is #6FB9E9. Grayscale: #565656. Windows color (decimal): -7322090 or 1459856. OLE color: 1459856.
HSL color Cylindrical-coordinate representation of color #904616: hue angle of 23.61º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #904616 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 22 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.44 |
| HSL | 23.61º | 0.73% | 0.33% | - |
| HSV(B) | 23.61º | 0.85% | 0.56% | - |
| XYZ | 13.84 | 10.37 | 2.03 | - |
| YUV | 86.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 22 | 0 | 0.51 | 0.85 | 0.44 | 23.61 | 0.73 | 0.33 |
| Hex | 90 | 46 | 16 | 0 | 33 | 55 | 2C | 18 | 49 | 21 |
| Octal | 220 | 106 | 26 | 0 | 63 | 125 | 54 | 30 | 111 | 41 |
| Binary | 10010000 | 1000110 | 10110 | 0 | 110011 | 1010101 | 101100 | 11000 | 1001001 | 100001 |
Color Harmonies of #904616
Complementary color
Monochromatic Colors of #904616
Black with #904616
Text Example
Text Example
White with #904616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904616; }
p { color: rgb(144,70,22); }
H1.HeaderClassName
{
color: #904616;
}
.AnyTagClassName
{
color: #904616;
}
</style>
background-color css
<style>
a { background-color: #904616; }
a { background-color: rgb(144,70,22); }
div.DivClassName
{
background-color: #904616;
}
.BgClassName
{
background-color: #904616;
}
</style>
border-color css
<style>
span { border-color: #904616; }
span { border-color: rgb(144,70,22); }
td.TdClassName
{
border-color: #904616;
}
.TagClassName
{
border-color: #904616;
}
</style>