Shades of Lemon Ginger #907D29
Tints of Lemon Ginger #907D29
RGB
CMYK
RGB Variations
Color information
#907D29 (or 0x907D29) is known color: Lemon Ginger. HEX triplet: 90, 7D and 29. RGB value is (144,125,41). Sum of RGB (Red+Green+Blue) = 144+125+41=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #907D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907D29 is #6F82D6. Grayscale: #797979. Windows color (decimal): -7307991 or 2719120. OLE color: 2719120.
HSL color Cylindrical-coordinate representation of color #907D29: hue angle of 48.93º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #907D29 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 125 | 41 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.44 |
| HSL | 48.93º | 0.56% | 0.36% | - |
| HSV(B) | 48.93º | 0.72% | 0.56% | - |
| XYZ | 19.24 | 20.76 | 5.09 | - |
| YUV | 121.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 41 | 0 | 0.13 | 0.72 | 0.44 | 48.93 | 0.56 | 0.36 |
| Hex | 90 | 7D | 29 | 0 | D | 48 | 2C | 31 | 38 | 24 |
| Octal | 220 | 175 | 51 | 0 | 15 | 110 | 54 | 61 | 70 | 44 |
| Binary | 10010000 | 1111101 | 101001 | 0 | 1101 | 1001000 | 101100 | 110001 | 111000 | 100100 |
Color Harmonies of #907D29
Complementary color
Monochromatic Colors of #907D29
Black with #907D29
Text Example
Text Example
White with #907D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907D29; }
p { color: rgb(144,125,41); }
H1.HeaderClassName
{
color: #907D29;
}
.AnyTagClassName
{
color: #907D29;
}
</style>
background-color css
<style>
a { background-color: #907D29; }
a { background-color: rgb(144,125,41); }
div.DivClassName
{
background-color: #907D29;
}
.BgClassName
{
background-color: #907D29;
}
</style>
border-color css
<style>
span { border-color: #907D29; }
span { border-color: rgb(144,125,41); }
td.TdClassName
{
border-color: #907D29;
}
.TagClassName
{
border-color: #907D29;
}
</style>