Shades of Lemon Ginger #908113
Tints of Lemon Ginger #908113
RGB
CMYK
RGB Variations
Color information
#908113 (or 0x908113) is known color: Lemon Ginger. HEX triplet: 90, 81 and 13. RGB value is (144,129,19). Sum of RGB (Red+Green+Blue) = 144+129+19=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #908113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908113 is #6F7EEC. Grayscale: #797979. Windows color (decimal): -7306989 or 1278352. OLE color: 1278352.
HSL color Cylindrical-coordinate representation of color #908113: hue angle of 52.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #908113 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 19 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.44 |
| HSL | 52.8º | 0.77% | 0.32% | - |
| HSV(B) | 52.8º | 0.87% | 0.56% | - |
| XYZ | 19.47 | 21.68 | 3.77 | - |
| YUV | 120.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 19 | 0 | 0.10 | 0.87 | 0.44 | 52.8 | 0.77 | 0.32 |
| Hex | 90 | 81 | 13 | 0 | A | 57 | 2C | 35 | 4D | 20 |
| Octal | 220 | 201 | 23 | 0 | 12 | 127 | 54 | 65 | 115 | 40 |
| Binary | 10010000 | 10000001 | 10011 | 0 | 1010 | 1010111 | 101100 | 110101 | 1001101 | 100000 |
Color Harmonies of #908113
Complementary color
Monochromatic Colors of #908113
Black with #908113
Text Example
Text Example
White with #908113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908113; }
p { color: rgb(144,129,19); }
H1.HeaderClassName
{
color: #908113;
}
.AnyTagClassName
{
color: #908113;
}
</style>
background-color css
<style>
a { background-color: #908113; }
a { background-color: rgb(144,129,19); }
div.DivClassName
{
background-color: #908113;
}
.BgClassName
{
background-color: #908113;
}
</style>
border-color css
<style>
span { border-color: #908113; }
span { border-color: rgb(144,129,19); }
td.TdClassName
{
border-color: #908113;
}
.TagClassName
{
border-color: #908113;
}
</style>