Shades of Lemon Ginger #957D2D
Tints of Lemon Ginger #957D2D
RGB
CMYK
RGB Variations
Color information
#957D2D (or 0x957D2D) is known color: Lemon Ginger. HEX triplet: 95, 7D and 2D. RGB value is (149,125,45). Sum of RGB (Red+Green+Blue) = 149+125+45=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #957D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D2D is #6A82D2. Grayscale: #7B7B7B. Windows color (decimal): -6980307 or 2981269. OLE color: 2981269.
HSL color Cylindrical-coordinate representation of color #957D2D: hue angle of 46.15º 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 #957D2D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 45 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.42 |
| HSL | 46.15º | 0.54% | 0.38% | - |
| HSV(B) | 46.15º | 0.7% | 0.58% | - |
| XYZ | 20.2 | 21.25 | 5.52 | - |
| YUV | 123.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 45 | 0 | 0.16 | 0.70 | 0.42 | 46.15 | 0.54 | 0.38 |
| Hex | 95 | 7D | 2D | 0 | 10 | 46 | 2A | 2E | 36 | 26 |
| Octal | 225 | 175 | 55 | 0 | 20 | 106 | 52 | 56 | 66 | 46 |
| Binary | 10010101 | 1111101 | 101101 | 0 | 10000 | 1000110 | 101010 | 101110 | 110110 | 100110 |
Color Harmonies of #957D2D
Complementary color
Monochromatic Colors of #957D2D
Black with #957D2D
Text Example
Text Example
White with #957D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D2D; }
p { color: rgb(149,125,45); }
H1.HeaderClassName
{
color: #957D2D;
}
.AnyTagClassName
{
color: #957D2D;
}
</style>
background-color css
<style>
a { background-color: #957D2D; }
a { background-color: rgb(149,125,45); }
div.DivClassName
{
background-color: #957D2D;
}
.BgClassName
{
background-color: #957D2D;
}
</style>
border-color css
<style>
span { border-color: #957D2D; }
span { border-color: rgb(149,125,45); }
td.TdClassName
{
border-color: #957D2D;
}
.TagClassName
{
border-color: #957D2D;
}
</style>