Shades of Saddle Brown #905119
Tints of Saddle Brown #905119
RGB
CMYK
RGB Variations
Color information
#905119 (or 0x905119) is known color: Saddle Brown. HEX triplet: 90, 51 and 19. RGB value is (144,81,25). Sum of RGB (Red+Green+Blue) = 144+81+25=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #905119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905119 is #6FAEE6. Grayscale: #5D5D5D. Windows color (decimal): -7319271 or 1659280. OLE color: 1659280.
HSL color Cylindrical-coordinate representation of color #905119: hue angle of 28.24º 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 #905119 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 25 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.44 |
| HSL | 28.24º | 0.7% | 0.33% | - |
| HSV(B) | 28.24º | 0.83% | 0.56% | - |
| XYZ | 14.62 | 11.88 | 2.44 | - |
| YUV | 93.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 25 | 0 | 0.44 | 0.83 | 0.44 | 28.24 | 0.7 | 0.33 |
| Hex | 90 | 51 | 19 | 0 | 2C | 53 | 2C | 1C | 46 | 21 |
| Octal | 220 | 121 | 31 | 0 | 54 | 123 | 54 | 34 | 106 | 41 |
| Binary | 10010000 | 1010001 | 11001 | 0 | 101100 | 1010011 | 101100 | 11100 | 1000110 | 100001 |
Color Harmonies of #905119
Complementary color
Monochromatic Colors of #905119
Black with #905119
Text Example
Text Example
White with #905119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905119; }
p { color: rgb(144,81,25); }
H1.HeaderClassName
{
color: #905119;
}
.AnyTagClassName
{
color: #905119;
}
</style>
background-color css
<style>
a { background-color: #905119; }
a { background-color: rgb(144,81,25); }
div.DivClassName
{
background-color: #905119;
}
.BgClassName
{
background-color: #905119;
}
</style>
border-color css
<style>
span { border-color: #905119; }
span { border-color: rgb(144,81,25); }
td.TdClassName
{
border-color: #905119;
}
.TagClassName
{
border-color: #905119;
}
</style>