Shades of Saddle Brown #90401C
Tints of Saddle Brown #90401C
RGB
CMYK
RGB Variations
Color information
#90401C (or 0x90401C) is known color: Saddle Brown. HEX triplet: 90, 40 and 1C. RGB value is (144,64,28). Sum of RGB (Red+Green+Blue) = 144+64+28=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #90401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90401C is #6FBFE3. Grayscale: #545454. Windows color (decimal): -7323620 or 1851536. OLE color: 1851536.
HSL color Cylindrical-coordinate representation of color #90401C: hue angle of 18.62º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90401C is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 28 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.44 |
| HSL | 18.62º | 0.67% | 0.34% | - |
| HSV(B) | 18.62º | 0.81% | 0.56% | - |
| XYZ | 13.54 | 9.68 | 2.25 | - |
| YUV | 83.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 28 | 0 | 0.56 | 0.81 | 0.44 | 18.62 | 0.67 | 0.34 |
| Hex | 90 | 40 | 1C | 0 | 38 | 51 | 2C | 13 | 43 | 22 |
| Octal | 220 | 100 | 34 | 0 | 70 | 121 | 54 | 23 | 103 | 42 |
| Binary | 10010000 | 1000000 | 11100 | 0 | 111000 | 1010001 | 101100 | 10011 | 1000011 | 100010 |
Color Harmonies of #90401C
Complementary color
Monochromatic Colors of #90401C
Black with #90401C
Text Example
Text Example
White with #90401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90401C; }
p { color: rgb(144,64,28); }
H1.HeaderClassName
{
color: #90401C;
}
.AnyTagClassName
{
color: #90401C;
}
</style>
background-color css
<style>
a { background-color: #90401C; }
a { background-color: rgb(144,64,28); }
div.DivClassName
{
background-color: #90401C;
}
.BgClassName
{
background-color: #90401C;
}
</style>
border-color css
<style>
span { border-color: #90401C; }
span { border-color: rgb(144,64,28); }
td.TdClassName
{
border-color: #90401C;
}
.TagClassName
{
border-color: #90401C;
}
</style>