Shades of Saddle Brown #90490A
Tints of Saddle Brown #90490A
RGB
CMYK
RGB Variations
Color information
#90490A (or 0x90490A) is known color: Saddle Brown. HEX triplet: 90, 49 and 0A. RGB value is (144,73,10). Sum of RGB (Red+Green+Blue) = 144+73+10=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #90490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90490A is #6FB6F5. Grayscale: #575757. Windows color (decimal): -7321334 or 674192. OLE color: 674192.
HSL color Cylindrical-coordinate representation of color #90490A: hue angle of 28.21º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90490A is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 10 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.44 |
| HSL | 28.21º | 0.87% | 0.3% | - |
| HSV(B) | 28.21º | 0.93% | 0.56% | - |
| XYZ | 13.94 | 10.72 | 1.62 | - |
| YUV | 87.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 10 | 0 | 0.49 | 0.93 | 0.44 | 28.21 | 0.87 | 0.3 |
| Hex | 90 | 49 | A | 0 | 31 | 5D | 2C | 1C | 57 | 1E |
| Octal | 220 | 111 | 12 | 0 | 61 | 135 | 54 | 34 | 127 | 36 |
| Binary | 10010000 | 1001001 | 1010 | 0 | 110001 | 1011101 | 101100 | 11100 | 1010111 | 11110 |
Color Harmonies of #90490A
Complementary color
Monochromatic Colors of #90490A
Black with #90490A
Text Example
Text Example
White with #90490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90490A; }
p { color: rgb(144,73,10); }
H1.HeaderClassName
{
color: #90490A;
}
.AnyTagClassName
{
color: #90490A;
}
</style>
background-color css
<style>
a { background-color: #90490A; }
a { background-color: rgb(144,73,10); }
div.DivClassName
{
background-color: #90490A;
}
.BgClassName
{
background-color: #90490A;
}
</style>
border-color css
<style>
span { border-color: #90490A; }
span { border-color: rgb(144,73,10); }
td.TdClassName
{
border-color: #90490A;
}
.TagClassName
{
border-color: #90490A;
}
</style>