Shades of Saddle Brown #904819
Tints of Saddle Brown #904819
RGB
CMYK
RGB Variations
Color information
#904819 (or 0x904819) is known color: Saddle Brown. HEX triplet: 90, 48 and 19. RGB value is (144,72,25). Sum of RGB (Red+Green+Blue) = 144+72+25=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #904819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904819 is #6FB7E6. Grayscale: #585858. Windows color (decimal): -7321575 or 1656976. OLE color: 1656976.
HSL color Cylindrical-coordinate representation of color #904819: hue angle of 23.7º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #904819 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 72 | 25 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.44 |
| HSL | 23.7º | 0.7% | 0.33% | - |
| HSV(B) | 23.7º | 0.83% | 0.56% | - |
| XYZ | 13.99 | 10.63 | 2.23 | - |
| YUV | 88.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 25 | 0 | 0.50 | 0.83 | 0.44 | 23.7 | 0.7 | 0.33 |
| Hex | 90 | 48 | 19 | 0 | 32 | 53 | 2C | 18 | 46 | 21 |
| Octal | 220 | 110 | 31 | 0 | 62 | 123 | 54 | 30 | 106 | 41 |
| Binary | 10010000 | 1001000 | 11001 | 0 | 110010 | 1010011 | 101100 | 11000 | 1000110 | 100001 |
Color Harmonies of #904819
Complementary color
Monochromatic Colors of #904819
Black with #904819
Text Example
Text Example
White with #904819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904819; }
p { color: rgb(144,72,25); }
H1.HeaderClassName
{
color: #904819;
}
.AnyTagClassName
{
color: #904819;
}
</style>
background-color css
<style>
a { background-color: #904819; }
a { background-color: rgb(144,72,25); }
div.DivClassName
{
background-color: #904819;
}
.BgClassName
{
background-color: #904819;
}
</style>
border-color css
<style>
span { border-color: #904819; }
span { border-color: rgb(144,72,25); }
td.TdClassName
{
border-color: #904819;
}
.TagClassName
{
border-color: #904819;
}
</style>