Shades of Saddle Brown #90441C
Tints of Saddle Brown #90441C
RGB
CMYK
RGB Variations
Color information
#90441C (or 0x90441C) is known color: Saddle Brown. HEX triplet: 90, 44 and 1C. RGB value is (144,68,28). Sum of RGB (Red+Green+Blue) = 144+68+28=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90441C is #6FBBE3. Grayscale: #565656. Windows color (decimal): -7322596 or 1852560. OLE color: 1852560.
HSL color Cylindrical-coordinate representation of color #90441C: hue angle of 20.69º 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 #90441C is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 28 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.44 |
| HSL | 20.69º | 0.67% | 0.34% | - |
| HSV(B) | 20.69º | 0.81% | 0.56% | - |
| XYZ | 13.78 | 10.15 | 2.33 | - |
| YUV | 86.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 28 | 0 | 0.53 | 0.81 | 0.44 | 20.69 | 0.67 | 0.34 |
| Hex | 90 | 44 | 1C | 0 | 35 | 51 | 2C | 15 | 43 | 22 |
| Octal | 220 | 104 | 34 | 0 | 65 | 121 | 54 | 25 | 103 | 42 |
| Binary | 10010000 | 1000100 | 11100 | 0 | 110101 | 1010001 | 101100 | 10101 | 1000011 | 100010 |
Color Harmonies of #90441C
Complementary color
Monochromatic Colors of #90441C
Black with #90441C
Text Example
Text Example
White with #90441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90441C; }
p { color: rgb(144,68,28); }
H1.HeaderClassName
{
color: #90441C;
}
.AnyTagClassName
{
color: #90441C;
}
</style>
background-color css
<style>
a { background-color: #90441C; }
a { background-color: rgb(144,68,28); }
div.DivClassName
{
background-color: #90441C;
}
.BgClassName
{
background-color: #90441C;
}
</style>
border-color css
<style>
span { border-color: #90441C; }
span { border-color: rgb(144,68,28); }
td.TdClassName
{
border-color: #90441C;
}
.TagClassName
{
border-color: #90441C;
}
</style>