Shades of Saddle Brown #90400A
Tints of Saddle Brown #90400A
RGB
CMYK
RGB Variations
Color information
#90400A (or 0x90400A) is known color: Saddle Brown. HEX triplet: 90, 40 and 0A. RGB value is (144,64,10). Sum of RGB (Red+Green+Blue) = 144+64+10=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #90400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90400A is #6FBFF5. Grayscale: #525252. Windows color (decimal): -7323638 or 671888. OLE color: 671888.
HSL color Cylindrical-coordinate representation of color #90400A: hue angle of 24.18º 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 #90400A is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 10 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.44 |
| HSL | 24.18º | 0.87% | 0.3% | - |
| HSV(B) | 24.18º | 0.93% | 0.56% | - |
| XYZ | 13.39 | 9.62 | 1.44 | - |
| YUV | 81.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 10 | 0 | 0.56 | 0.93 | 0.44 | 24.18 | 0.87 | 0.3 |
| Hex | 90 | 40 | A | 0 | 38 | 5D | 2C | 18 | 57 | 1E |
| Octal | 220 | 100 | 12 | 0 | 70 | 135 | 54 | 30 | 127 | 36 |
| Binary | 10010000 | 1000000 | 1010 | 0 | 111000 | 1011101 | 101100 | 11000 | 1010111 | 11110 |
Color Harmonies of #90400A
Complementary color
Monochromatic Colors of #90400A
Black with #90400A
Text Example
Text Example
White with #90400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90400A; }
p { color: rgb(144,64,10); }
H1.HeaderClassName
{
color: #90400A;
}
.AnyTagClassName
{
color: #90400A;
}
</style>
background-color css
<style>
a { background-color: #90400A; }
a { background-color: rgb(144,64,10); }
div.DivClassName
{
background-color: #90400A;
}
.BgClassName
{
background-color: #90400A;
}
</style>
border-color css
<style>
span { border-color: #90400A; }
span { border-color: rgb(144,64,10); }
td.TdClassName
{
border-color: #90400A;
}
.TagClassName
{
border-color: #90400A;
}
</style>