Shades of Saddle Brown #90420D
Tints of Saddle Brown #90420D
RGB
CMYK
RGB Variations
Color information
#90420D (or 0x90420D) is known color: Saddle Brown. HEX triplet: 90, 42 and 0D. RGB value is (144,66,13). Sum of RGB (Red+Green+Blue) = 144+66+13=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90420D is #6FBDF2. Grayscale: #535353. Windows color (decimal): -7323123 or 869008. OLE color: 869008.
HSL color Cylindrical-coordinate representation of color #90420D: hue angle of 24.27º 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 #90420D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 13 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.44 |
| HSL | 24.27º | 0.83% | 0.31% | - |
| HSV(B) | 24.27º | 0.91% | 0.56% | - |
| XYZ | 13.52 | 9.85 | 1.57 | - |
| YUV | 83.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 13 | 0 | 0.54 | 0.91 | 0.44 | 24.27 | 0.83 | 0.31 |
| Hex | 90 | 42 | D | 0 | 36 | 5B | 2C | 18 | 53 | 1F |
| Octal | 220 | 102 | 15 | 0 | 66 | 133 | 54 | 30 | 123 | 37 |
| Binary | 10010000 | 1000010 | 1101 | 0 | 110110 | 1011011 | 101100 | 11000 | 1010011 | 11111 |
Color Harmonies of #90420D
Complementary color
Monochromatic Colors of #90420D
Black with #90420D
Text Example
Text Example
White with #90420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90420D; }
p { color: rgb(144,66,13); }
H1.HeaderClassName
{
color: #90420D;
}
.AnyTagClassName
{
color: #90420D;
}
</style>
background-color css
<style>
a { background-color: #90420D; }
a { background-color: rgb(144,66,13); }
div.DivClassName
{
background-color: #90420D;
}
.BgClassName
{
background-color: #90420D;
}
</style>
border-color css
<style>
span { border-color: #90420D; }
span { border-color: rgb(144,66,13); }
td.TdClassName
{
border-color: #90420D;
}
.TagClassName
{
border-color: #90420D;
}
</style>