Shades of Saddle Brown #90441B
Tints of Saddle Brown #90441B
RGB
CMYK
RGB Variations
Color information
#90441B (or 0x90441B) is known color: Saddle Brown. HEX triplet: 90, 44 and 1B. RGB value is (144,68,27). Sum of RGB (Red+Green+Blue) = 144+68+27=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90441B is #6FBBE4. Grayscale: #565656. Windows color (decimal): -7322597 or 1787024. OLE color: 1787024.
HSL color Cylindrical-coordinate representation of color #90441B: hue angle of 21.03º degrees, saturation: 0.68, 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 #90441B is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 27 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.44 |
| HSL | 21.03º | 0.68% | 0.34% | - |
| HSV(B) | 21.03º | 0.81% | 0.56% | - |
| XYZ | 13.77 | 10.14 | 2.27 | - |
| YUV | 86.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 27 | 0 | 0.53 | 0.81 | 0.44 | 21.03 | 0.68 | 0.34 |
| Hex | 90 | 44 | 1B | 0 | 35 | 51 | 2C | 15 | 44 | 22 |
| Octal | 220 | 104 | 33 | 0 | 65 | 121 | 54 | 25 | 104 | 42 |
| Binary | 10010000 | 1000100 | 11011 | 0 | 110101 | 1010001 | 101100 | 10101 | 1000100 | 100010 |
Color Harmonies of #90441B
Complementary color
Monochromatic Colors of #90441B
Black with #90441B
Text Example
Text Example
White with #90441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90441B; }
p { color: rgb(144,68,27); }
H1.HeaderClassName
{
color: #90441B;
}
.AnyTagClassName
{
color: #90441B;
}
</style>
background-color css
<style>
a { background-color: #90441B; }
a { background-color: rgb(144,68,27); }
div.DivClassName
{
background-color: #90441B;
}
.BgClassName
{
background-color: #90441B;
}
</style>
border-color css
<style>
span { border-color: #90441B; }
span { border-color: rgb(144,68,27); }
td.TdClassName
{
border-color: #90441B;
}
.TagClassName
{
border-color: #90441B;
}
</style>