Shades of Saddle Brown #904615
Tints of Saddle Brown #904615
RGB
CMYK
RGB Variations
Color information
#904615 (or 0x904615) is known color: Saddle Brown. HEX triplet: 90, 46 and 15. RGB value is (144,70,21). Sum of RGB (Red+Green+Blue) = 144+70+21=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #904615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904615 is #6FB9EA. Grayscale: #565656. Windows color (decimal): -7322091 or 1394320. OLE color: 1394320.
HSL color Cylindrical-coordinate representation of color #904615: hue angle of 23.9º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #904615 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 21 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.44 |
| HSL | 23.9º | 0.75% | 0.32% | - |
| HSV(B) | 23.9º | 0.85% | 0.56% | - |
| XYZ | 13.83 | 10.36 | 1.98 | - |
| YUV | 86.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 21 | 0 | 0.51 | 0.85 | 0.44 | 23.9 | 0.75 | 0.32 |
| Hex | 90 | 46 | 15 | 0 | 33 | 55 | 2C | 18 | 4B | 20 |
| Octal | 220 | 106 | 25 | 0 | 63 | 125 | 54 | 30 | 113 | 40 |
| Binary | 10010000 | 1000110 | 10101 | 0 | 110011 | 1010101 | 101100 | 11000 | 1001011 | 100000 |
Color Harmonies of #904615
Complementary color
Monochromatic Colors of #904615
Black with #904615
Text Example
Text Example
White with #904615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904615; }
p { color: rgb(144,70,21); }
H1.HeaderClassName
{
color: #904615;
}
.AnyTagClassName
{
color: #904615;
}
</style>
background-color css
<style>
a { background-color: #904615; }
a { background-color: rgb(144,70,21); }
div.DivClassName
{
background-color: #904615;
}
.BgClassName
{
background-color: #904615;
}
</style>
border-color css
<style>
span { border-color: #904615; }
span { border-color: rgb(144,70,21); }
td.TdClassName
{
border-color: #904615;
}
.TagClassName
{
border-color: #904615;
}
</style>