Shades of Lemon Ginger #957D29
Tints of Lemon Ginger #957D29
RGB
CMYK
RGB Variations
Color information
#957D29 (or 0x957D29) is known color: Lemon Ginger. HEX triplet: 95, 7D and 29. RGB value is (149,125,41). Sum of RGB (Red+Green+Blue) = 149+125+41=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #957D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D29 is #6A82D6. Grayscale: #7A7A7A. Windows color (decimal): -6980311 or 2719125. OLE color: 2719125.
HSL color Cylindrical-coordinate representation of color #957D29: hue angle of 46.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #957D29 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 41 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.42 |
| HSL | 46.67º | 0.57% | 0.37% | - |
| HSV(B) | 46.67º | 0.72% | 0.58% | - |
| XYZ | 20.13 | 21.22 | 5.13 | - |
| YUV | 122.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 41 | 0 | 0.16 | 0.72 | 0.42 | 46.67 | 0.57 | 0.37 |
| Hex | 95 | 7D | 29 | 0 | 10 | 48 | 2A | 2F | 39 | 25 |
| Octal | 225 | 175 | 51 | 0 | 20 | 110 | 52 | 57 | 71 | 45 |
| Binary | 10010101 | 1111101 | 101001 | 0 | 10000 | 1001000 | 101010 | 101111 | 111001 | 100101 |
Color Harmonies of #957D29
Complementary color
Monochromatic Colors of #957D29
Black with #957D29
Text Example
Text Example
White with #957D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D29; }
p { color: rgb(149,125,41); }
H1.HeaderClassName
{
color: #957D29;
}
.AnyTagClassName
{
color: #957D29;
}
</style>
background-color css
<style>
a { background-color: #957D29; }
a { background-color: rgb(149,125,41); }
div.DivClassName
{
background-color: #957D29;
}
.BgClassName
{
background-color: #957D29;
}
</style>
border-color css
<style>
span { border-color: #957D29; }
span { border-color: rgb(149,125,41); }
td.TdClassName
{
border-color: #957D29;
}
.TagClassName
{
border-color: #957D29;
}
</style>