Shades of Saddle Brown #90440D
Tints of Saddle Brown #90440D
RGB
CMYK
RGB Variations
Color information
#90440D (or 0x90440D) is known color: Saddle Brown. HEX triplet: 90, 44 and 0D. RGB value is (144,68,13). Sum of RGB (Red+Green+Blue) = 144+68+13=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #90440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90440D is #6FBBF2. Grayscale: #545454. Windows color (decimal): -7322611 or 869520. OLE color: 869520.
HSL color Cylindrical-coordinate representation of color #90440D: hue angle of 25.19º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90440D is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 13 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.44 |
| HSL | 25.19º | 0.83% | 0.31% | - |
| HSV(B) | 25.19º | 0.91% | 0.56% | - |
| XYZ | 13.64 | 10.09 | 1.61 | - |
| YUV | 84.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 13 | 0 | 0.53 | 0.91 | 0.44 | 25.19 | 0.83 | 0.31 |
| Hex | 90 | 44 | D | 0 | 35 | 5B | 2C | 19 | 53 | 1F |
| Octal | 220 | 104 | 15 | 0 | 65 | 133 | 54 | 31 | 123 | 37 |
| Binary | 10010000 | 1000100 | 1101 | 0 | 110101 | 1011011 | 101100 | 11001 | 1010011 | 11111 |
Color Harmonies of #90440D
Complementary color
Monochromatic Colors of #90440D
Black with #90440D
Text Example
Text Example
White with #90440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90440D; }
p { color: rgb(144,68,13); }
H1.HeaderClassName
{
color: #90440D;
}
.AnyTagClassName
{
color: #90440D;
}
</style>
background-color css
<style>
a { background-color: #90440D; }
a { background-color: rgb(144,68,13); }
div.DivClassName
{
background-color: #90440D;
}
.BgClassName
{
background-color: #90440D;
}
</style>
border-color css
<style>
span { border-color: #90440D; }
span { border-color: rgb(144,68,13); }
td.TdClassName
{
border-color: #90440D;
}
.TagClassName
{
border-color: #90440D;
}
</style>