Shades of Lemon Ginger #957B2D
Tints of Lemon Ginger #957B2D
RGB
CMYK
RGB Variations
Color information
#957B2D (or 0x957B2D) is known color: Lemon Ginger. HEX triplet: 95, 7B and 2D. RGB value is (149,123,45). Sum of RGB (Red+Green+Blue) = 149+123+45=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #957B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957B2D is #6A84D2. Grayscale: #7A7A7A. Windows color (decimal): -6980819 or 2980757. OLE color: 2980757.
HSL color Cylindrical-coordinate representation of color #957B2D: hue angle of 45º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #957B2D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 45 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.42 |
| HSL | 45º | 0.54% | 0.38% | - |
| HSV(B) | 45º | 0.7% | 0.58% | - |
| XYZ | 19.95 | 20.74 | 5.44 | - |
| YUV | 121.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 45 | 0 | 0.17 | 0.70 | 0.42 | 45 | 0.54 | 0.38 |
| Hex | 95 | 7B | 2D | 0 | 11 | 46 | 2A | 2D | 36 | 26 |
| Octal | 225 | 173 | 55 | 0 | 21 | 106 | 52 | 55 | 66 | 46 |
| Binary | 10010101 | 1111011 | 101101 | 0 | 10001 | 1000110 | 101010 | 101101 | 110110 | 100110 |
Color Harmonies of #957B2D
Complementary color
Monochromatic Colors of #957B2D
Black with #957B2D
Text Example
Text Example
White with #957B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B2D; }
p { color: rgb(149,123,45); }
H1.HeaderClassName
{
color: #957B2D;
}
.AnyTagClassName
{
color: #957B2D;
}
</style>
background-color css
<style>
a { background-color: #957B2D; }
a { background-color: rgb(149,123,45); }
div.DivClassName
{
background-color: #957B2D;
}
.BgClassName
{
background-color: #957B2D;
}
</style>
border-color css
<style>
span { border-color: #957B2D; }
span { border-color: rgb(149,123,45); }
td.TdClassName
{
border-color: #957B2D;
}
.TagClassName
{
border-color: #957B2D;
}
</style>