Shades of Lemon Ginger #957B2F
Tints of Lemon Ginger #957B2F
RGB
CMYK
RGB Variations
Color information
#957B2F (or 0x957B2F) is known color: Lemon Ginger. HEX triplet: 95, 7B and 2F. RGB value is (149,123,47). Sum of RGB (Red+Green+Blue) = 149+123+47=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #957B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957B2F is #6A84D0. Grayscale: #7A7A7A. Windows color (decimal): -6980817 or 3111829. OLE color: 3111829.
HSL color Cylindrical-coordinate representation of color #957B2F: hue angle of 44.71º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #957B2F is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 47 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.42 |
| HSL | 44.71º | 0.52% | 0.38% | - |
| HSV(B) | 44.71º | 0.68% | 0.58% | - |
| XYZ | 19.99 | 20.76 | 5.64 | - |
| YUV | 122.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 47 | 0 | 0.17 | 0.68 | 0.42 | 44.71 | 0.52 | 0.38 |
| Hex | 95 | 7B | 2F | 0 | 11 | 44 | 2A | 2D | 34 | 26 |
| Octal | 225 | 173 | 57 | 0 | 21 | 104 | 52 | 55 | 64 | 46 |
| Binary | 10010101 | 1111011 | 101111 | 0 | 10001 | 1000100 | 101010 | 101101 | 110100 | 100110 |
Color Harmonies of #957B2F
Complementary color
Monochromatic Colors of #957B2F
Black with #957B2F
Text Example
Text Example
White with #957B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B2F; }
p { color: rgb(149,123,47); }
H1.HeaderClassName
{
color: #957B2F;
}
.AnyTagClassName
{
color: #957B2F;
}
</style>
background-color css
<style>
a { background-color: #957B2F; }
a { background-color: rgb(149,123,47); }
div.DivClassName
{
background-color: #957B2F;
}
.BgClassName
{
background-color: #957B2F;
}
</style>
border-color css
<style>
span { border-color: #957B2F; }
span { border-color: rgb(149,123,47); }
td.TdClassName
{
border-color: #957B2F;
}
.TagClassName
{
border-color: #957B2F;
}
</style>