Shades of Lemon Ginger #957A28
Tints of Lemon Ginger #957A28
RGB
CMYK
RGB Variations
Color information
#957A28 (or 0x957A28) is known color: Lemon Ginger. HEX triplet: 95, 7A and 28. RGB value is (149,122,40). Sum of RGB (Red+Green+Blue) = 149+122+40=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #957A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A28 is #6A85D7. Grayscale: #797979. Windows color (decimal): -6981080 or 2652821. OLE color: 2652821.
HSL color Cylindrical-coordinate representation of color #957A28: hue angle of 45.14º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #957A28 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 40 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.42 |
| HSL | 45.14º | 0.58% | 0.37% | - |
| HSV(B) | 45.14º | 0.73% | 0.58% | - |
| XYZ | 19.74 | 20.46 | 4.92 | - |
| YUV | 120.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 40 | 0 | 0.18 | 0.73 | 0.42 | 45.14 | 0.58 | 0.37 |
| Hex | 95 | 7A | 28 | 0 | 12 | 49 | 2A | 2D | 3A | 25 |
| Octal | 225 | 172 | 50 | 0 | 22 | 111 | 52 | 55 | 72 | 45 |
| Binary | 10010101 | 1111010 | 101000 | 0 | 10010 | 1001001 | 101010 | 101101 | 111010 | 100101 |
Color Harmonies of #957A28
Complementary color
Monochromatic Colors of #957A28
Black with #957A28
Text Example
Text Example
White with #957A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A28; }
p { color: rgb(149,122,40); }
H1.HeaderClassName
{
color: #957A28;
}
.AnyTagClassName
{
color: #957A28;
}
</style>
background-color css
<style>
a { background-color: #957A28; }
a { background-color: rgb(149,122,40); }
div.DivClassName
{
background-color: #957A28;
}
.BgClassName
{
background-color: #957A28;
}
</style>
border-color css
<style>
span { border-color: #957A28; }
span { border-color: rgb(149,122,40); }
td.TdClassName
{
border-color: #957A28;
}
.TagClassName
{
border-color: #957A28;
}
</style>