Shades of Saddle Brown #90400F
Tints of Saddle Brown #90400F
RGB
CMYK
RGB Variations
Color information
#90400F (or 0x90400F) is known color: Saddle Brown. HEX triplet: 90, 40 and 0F. RGB value is (144,64,15). Sum of RGB (Red+Green+Blue) = 144+64+15=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90400F is #6FBFF0. Grayscale: #525252. Windows color (decimal): -7323633 or 999568. OLE color: 999568.
HSL color Cylindrical-coordinate representation of color #90400F: hue angle of 22.79º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90400F is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 15 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.44 |
| HSL | 22.79º | 0.81% | 0.31% | - |
| HSV(B) | 22.79º | 0.9% | 0.56% | - |
| XYZ | 13.42 | 9.63 | 1.6 | - |
| YUV | 82.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 15 | 0 | 0.56 | 0.90 | 0.44 | 22.79 | 0.81 | 0.31 |
| Hex | 90 | 40 | F | 0 | 38 | 5A | 2C | 17 | 51 | 1F |
| Octal | 220 | 100 | 17 | 0 | 70 | 132 | 54 | 27 | 121 | 37 |
| Binary | 10010000 | 1000000 | 1111 | 0 | 111000 | 1011010 | 101100 | 10111 | 1010001 | 11111 |
Color Harmonies of #90400F
Complementary color
Monochromatic Colors of #90400F
Black with #90400F
Text Example
Text Example
White with #90400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90400F; }
p { color: rgb(144,64,15); }
H1.HeaderClassName
{
color: #90400F;
}
.AnyTagClassName
{
color: #90400F;
}
</style>
background-color css
<style>
a { background-color: #90400F; }
a { background-color: rgb(144,64,15); }
div.DivClassName
{
background-color: #90400F;
}
.BgClassName
{
background-color: #90400F;
}
</style>
border-color css
<style>
span { border-color: #90400F; }
span { border-color: rgb(144,64,15); }
td.TdClassName
{
border-color: #90400F;
}
.TagClassName
{
border-color: #90400F;
}
</style>