Shades of Lemon Ginger #957C29
Tints of Lemon Ginger #957C29
RGB
CMYK
RGB Variations
Color information
#957C29 (or 0x957C29) is known color: Lemon Ginger. HEX triplet: 95, 7C and 29. RGB value is (149,124,41). Sum of RGB (Red+Green+Blue) = 149+124+41=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C29 is #6A83D6. Grayscale: #7A7A7A. Windows color (decimal): -6980567 or 2718869. OLE color: 2718869.
HSL color Cylindrical-coordinate representation of color #957C29: hue angle of 46.11º 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 #957C29 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 41 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.42 |
| HSL | 46.11º | 0.57% | 0.37% | - |
| HSV(B) | 46.11º | 0.72% | 0.58% | - |
| XYZ | 20 | 20.96 | 5.09 | - |
| YUV | 122.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 41 | 0 | 0.17 | 0.72 | 0.42 | 46.11 | 0.57 | 0.37 |
| Hex | 95 | 7C | 29 | 0 | 11 | 48 | 2A | 2E | 39 | 25 |
| Octal | 225 | 174 | 51 | 0 | 21 | 110 | 52 | 56 | 71 | 45 |
| Binary | 10010101 | 1111100 | 101001 | 0 | 10001 | 1001000 | 101010 | 101110 | 111001 | 100101 |
Color Harmonies of #957C29
Complementary color
Monochromatic Colors of #957C29
Black with #957C29
Text Example
Text Example
White with #957C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C29; }
p { color: rgb(149,124,41); }
H1.HeaderClassName
{
color: #957C29;
}
.AnyTagClassName
{
color: #957C29;
}
</style>
background-color css
<style>
a { background-color: #957C29; }
a { background-color: rgb(149,124,41); }
div.DivClassName
{
background-color: #957C29;
}
.BgClassName
{
background-color: #957C29;
}
</style>
border-color css
<style>
span { border-color: #957C29; }
span { border-color: rgb(149,124,41); }
td.TdClassName
{
border-color: #957C29;
}
.TagClassName
{
border-color: #957C29;
}
</style>