Shades of Saddle Brown #90420B
Tints of Saddle Brown #90420B
RGB
CMYK
RGB Variations
Color information
#90420B (or 0x90420B) is known color: Saddle Brown. HEX triplet: 90, 42 and 0B. RGB value is (144,66,11). Sum of RGB (Red+Green+Blue) = 144+66+11=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #90420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90420B is #6FBDF4. Grayscale: #535353. Windows color (decimal): -7323125 or 737936. OLE color: 737936.
HSL color Cylindrical-coordinate representation of color #90420B: hue angle of 24.81º 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 #90420B is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 11 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.44 |
| HSL | 24.81º | 0.86% | 0.3% | - |
| HSV(B) | 24.81º | 0.92% | 0.56% | - |
| XYZ | 13.51 | 9.85 | 1.51 | - |
| YUV | 83.05 | 87.34 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 11 | 0 | 0.54 | 0.92 | 0.44 | 24.81 | 0.86 | 0.3 |
| Hex | 90 | 42 | B | 0 | 36 | 5C | 2C | 19 | 56 | 1E |
| Octal | 220 | 102 | 13 | 0 | 66 | 134 | 54 | 31 | 126 | 36 |
| Binary | 10010000 | 1000010 | 1011 | 0 | 110110 | 1011100 | 101100 | 11001 | 1010110 | 11110 |
Color Harmonies of #90420B
Complementary color
Monochromatic Colors of #90420B
Black with #90420B
Text Example
Text Example
White with #90420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90420B; }
p { color: rgb(144,66,11); }
H1.HeaderClassName
{
color: #90420B;
}
.AnyTagClassName
{
color: #90420B;
}
</style>
background-color css
<style>
a { background-color: #90420B; }
a { background-color: rgb(144,66,11); }
div.DivClassName
{
background-color: #90420B;
}
.BgClassName
{
background-color: #90420B;
}
</style>
border-color css
<style>
span { border-color: #90420B; }
span { border-color: rgb(144,66,11); }
td.TdClassName
{
border-color: #90420B;
}
.TagClassName
{
border-color: #90420B;
}
</style>