Shades of Saddle Brown #90440B
Tints of Saddle Brown #90440B
RGB
CMYK
RGB Variations
Color information
#90440B (or 0x90440B) is known color: Saddle Brown. HEX triplet: 90, 44 and 0B. RGB value is (144,68,11). Sum of RGB (Red+Green+Blue) = 144+68+11=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90440B is #6FBBF4. Grayscale: #545454. Windows color (decimal): -7322613 or 738448. OLE color: 738448.
HSL color Cylindrical-coordinate representation of color #90440B: hue angle of 25.71º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90440B is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 11 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.44 |
| HSL | 25.71º | 0.86% | 0.3% | - |
| HSV(B) | 25.71º | 0.92% | 0.56% | - |
| XYZ | 13.63 | 10.09 | 1.55 | - |
| YUV | 84.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 11 | 0 | 0.53 | 0.92 | 0.44 | 25.71 | 0.86 | 0.3 |
| Hex | 90 | 44 | B | 0 | 35 | 5C | 2C | 1A | 56 | 1E |
| Octal | 220 | 104 | 13 | 0 | 65 | 134 | 54 | 32 | 126 | 36 |
| Binary | 10010000 | 1000100 | 1011 | 0 | 110101 | 1011100 | 101100 | 11010 | 1010110 | 11110 |
Color Harmonies of #90440B
Complementary color
Monochromatic Colors of #90440B
Black with #90440B
Text Example
Text Example
White with #90440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90440B; }
p { color: rgb(144,68,11); }
H1.HeaderClassName
{
color: #90440B;
}
.AnyTagClassName
{
color: #90440B;
}
</style>
background-color css
<style>
a { background-color: #90440B; }
a { background-color: rgb(144,68,11); }
div.DivClassName
{
background-color: #90440B;
}
.BgClassName
{
background-color: #90440B;
}
</style>
border-color css
<style>
span { border-color: #90440B; }
span { border-color: rgb(144,68,11); }
td.TdClassName
{
border-color: #90440B;
}
.TagClassName
{
border-color: #90440B;
}
</style>