Shades of Lemon Ginger #957F32
Tints of Lemon Ginger #957F32
RGB
CMYK
RGB Variations
Color information
#957F32 (or 0x957F32) is known color: Lemon Ginger. HEX triplet: 95, 7F and 32. RGB value is (149,127,50). Sum of RGB (Red+Green+Blue) = 149+127+50=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #957F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F32 is #6A80CD. Grayscale: #7D7D7D. Windows color (decimal): -6979790 or 3309461. OLE color: 3309461.
HSL color Cylindrical-coordinate representation of color #957F32: hue angle of 46.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #957F32 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 50 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.42 |
| HSL | 46.67º | 0.5% | 0.39% | - |
| HSV(B) | 46.67º | 0.66% | 0.58% | - |
| XYZ | 20.56 | 21.8 | 6.14 | - |
| YUV | 124.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 50 | 0 | 0.15 | 0.66 | 0.42 | 46.67 | 0.5 | 0.39 |
| Hex | 95 | 7F | 32 | 0 | F | 42 | 2A | 2F | 32 | 27 |
| Octal | 225 | 177 | 62 | 0 | 17 | 102 | 52 | 57 | 62 | 47 |
| Binary | 10010101 | 1111111 | 110010 | 0 | 1111 | 1000010 | 101010 | 101111 | 110010 | 100111 |
Color Harmonies of #957F32
Complementary color
Monochromatic Colors of #957F32
Black with #957F32
Text Example
Text Example
White with #957F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F32; }
p { color: rgb(149,127,50); }
H1.HeaderClassName
{
color: #957F32;
}
.AnyTagClassName
{
color: #957F32;
}
</style>
background-color css
<style>
a { background-color: #957F32; }
a { background-color: rgb(149,127,50); }
div.DivClassName
{
background-color: #957F32;
}
.BgClassName
{
background-color: #957F32;
}
</style>
border-color css
<style>
span { border-color: #957F32; }
span { border-color: rgb(149,127,50); }
td.TdClassName
{
border-color: #957F32;
}
.TagClassName
{
border-color: #957F32;
}
</style>