Shades of Lemon Ginger #90841B
Tints of Lemon Ginger #90841B
RGB
CMYK
RGB Variations
Color information
#90841B (or 0x90841B) is known color: Lemon Ginger. HEX triplet: 90, 84 and 1B. RGB value is (144,132,27). Sum of RGB (Red+Green+Blue) = 144+132+27=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90841B is #6F7BE4. Grayscale: #7C7C7C. Windows color (decimal): -7306213 or 1803408. OLE color: 1803408.
HSL color Cylindrical-coordinate representation of color #90841B: hue angle of 53.85º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90841B is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 27 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.44 |
| HSL | 53.85º | 0.68% | 0.34% | - |
| HSV(B) | 53.85º | 0.81% | 0.56% | - |
| XYZ | 19.95 | 22.51 | 4.33 | - |
| YUV | 123.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 27 | 0 | 0.08 | 0.81 | 0.44 | 53.85 | 0.68 | 0.34 |
| Hex | 90 | 84 | 1B | 0 | 8 | 51 | 2C | 36 | 44 | 22 |
| Octal | 220 | 204 | 33 | 0 | 10 | 121 | 54 | 66 | 104 | 42 |
| Binary | 10010000 | 10000100 | 11011 | 0 | 1000 | 1010001 | 101100 | 110110 | 1000100 | 100010 |
Color Harmonies of #90841B
Complementary color
Monochromatic Colors of #90841B
Black with #90841B
Text Example
Text Example
White with #90841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90841B; }
p { color: rgb(144,132,27); }
H1.HeaderClassName
{
color: #90841B;
}
.AnyTagClassName
{
color: #90841B;
}
</style>
background-color css
<style>
a { background-color: #90841B; }
a { background-color: rgb(144,132,27); }
div.DivClassName
{
background-color: #90841B;
}
.BgClassName
{
background-color: #90841B;
}
</style>
border-color css
<style>
span { border-color: #90841B; }
span { border-color: rgb(144,132,27); }
td.TdClassName
{
border-color: #90841B;
}
.TagClassName
{
border-color: #90841B;
}
</style>