Shades of Saddle Brown #904119
Tints of Saddle Brown #904119
RGB
CMYK
RGB Variations
Color information
#904119 (or 0x904119) is known color: Saddle Brown. HEX triplet: 90, 41 and 19. RGB value is (144,65,25). Sum of RGB (Red+Green+Blue) = 144+65+25=234 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.54% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 144 - color contains mainly: red. Hex color #904119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904119 is #6FBEE6. Grayscale: #545454. Windows color (decimal): -7323367 or 1655184. OLE color: 1655184.
HSL color Cylindrical-coordinate representation of color #904119: hue angle of 20.17º 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 #904119 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 25 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.44 |
| HSL | 20.17º | 0.7% | 0.33% | - |
| HSV(B) | 20.17º | 0.83% | 0.56% | - |
| XYZ | 13.57 | 9.78 | 2.09 | - |
| YUV | 84.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 25 | 0 | 0.55 | 0.83 | 0.44 | 20.17 | 0.7 | 0.33 |
| Hex | 90 | 41 | 19 | 0 | 37 | 53 | 2C | 14 | 46 | 21 |
| Octal | 220 | 101 | 31 | 0 | 67 | 123 | 54 | 24 | 106 | 41 |
| Binary | 10010000 | 1000001 | 11001 | 0 | 110111 | 1010011 | 101100 | 10100 | 1000110 | 100001 |
Color Harmonies of #904119
Complementary color
Monochromatic Colors of #904119
Black with #904119
Text Example
Text Example
White with #904119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904119; }
p { color: rgb(144,65,25); }
H1.HeaderClassName
{
color: #904119;
}
.AnyTagClassName
{
color: #904119;
}
</style>
background-color css
<style>
a { background-color: #904119; }
a { background-color: rgb(144,65,25); }
div.DivClassName
{
background-color: #904119;
}
.BgClassName
{
background-color: #904119;
}
</style>
border-color css
<style>
span { border-color: #904119; }
span { border-color: rgb(144,65,25); }
td.TdClassName
{
border-color: #904119;
}
.TagClassName
{
border-color: #904119;
}
</style>