Shades of Lemon Ginger #90842D
Tints of Lemon Ginger #90842D
RGB
CMYK
RGB Variations
Color information
#90842D (or 0x90842D) is known color: Lemon Ginger. HEX triplet: 90, 84 and 2D. RGB value is (144,132,45). Sum of RGB (Red+Green+Blue) = 144+132+45=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90842D is #6F7BD2. Grayscale: #7E7E7E. Windows color (decimal): -7306195 or 2983056. OLE color: 2983056.
HSL color Cylindrical-coordinate representation of color #90842D: hue angle of 52.73º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90842D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 45 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.44 |
| HSL | 52.73º | 0.52% | 0.37% | - |
| HSV(B) | 52.73º | 0.69% | 0.56% | - |
| XYZ | 20.23 | 22.62 | 5.78 | - |
| YUV | 125.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 45 | 0 | 0.08 | 0.69 | 0.44 | 52.73 | 0.52 | 0.37 |
| Hex | 90 | 84 | 2D | 0 | 8 | 45 | 2C | 35 | 34 | 25 |
| Octal | 220 | 204 | 55 | 0 | 10 | 105 | 54 | 65 | 64 | 45 |
| Binary | 10010000 | 10000100 | 101101 | 0 | 1000 | 1000101 | 101100 | 110101 | 110100 | 100101 |
Color Harmonies of #90842D
Complementary color
Monochromatic Colors of #90842D
Black with #90842D
Text Example
Text Example
White with #90842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90842D; }
p { color: rgb(144,132,45); }
H1.HeaderClassName
{
color: #90842D;
}
.AnyTagClassName
{
color: #90842D;
}
</style>
background-color css
<style>
a { background-color: #90842D; }
a { background-color: rgb(144,132,45); }
div.DivClassName
{
background-color: #90842D;
}
.BgClassName
{
background-color: #90842D;
}
</style>
border-color css
<style>
span { border-color: #90842D; }
span { border-color: rgb(144,132,45); }
td.TdClassName
{
border-color: #90842D;
}
.TagClassName
{
border-color: #90842D;
}
</style>