Shades of Lemon Ginger #957E3A
Tints of Lemon Ginger #957E3A
RGB
CMYK
RGB Variations
Color information
#957E3A (or 0x957E3A) is known color: Lemon Ginger. HEX triplet: 95, 7E and 3A. RGB value is (149,126,58). Sum of RGB (Red+Green+Blue) = 149+126+58=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E3A is #6A81C5. Grayscale: #7D7D7D. Windows color (decimal): -6980038 or 3833493. OLE color: 3833493.
HSL color Cylindrical-coordinate representation of color #957E3A: hue angle of 44.84º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #957E3A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 58 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.42 |
| HSL | 44.84º | 0.44% | 0.41% | - |
| HSV(B) | 44.84º | 0.61% | 0.58% | - |
| XYZ | 20.62 | 21.62 | 7.09 | - |
| YUV | 125.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 58 | 0 | 0.15 | 0.61 | 0.42 | 44.84 | 0.44 | 0.41 |
| Hex | 95 | 7E | 3A | 0 | F | 3D | 2A | 2D | 2C | 29 |
| Octal | 225 | 176 | 72 | 0 | 17 | 75 | 52 | 55 | 54 | 51 |
| Binary | 10010101 | 1111110 | 111010 | 0 | 1111 | 111101 | 101010 | 101101 | 101100 | 101001 |
Color Harmonies of #957E3A
Complementary color
Monochromatic Colors of #957E3A
Black with #957E3A
Text Example
Text Example
White with #957E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E3A; }
p { color: rgb(149,126,58); }
H1.HeaderClassName
{
color: #957E3A;
}
.AnyTagClassName
{
color: #957E3A;
}
</style>
background-color css
<style>
a { background-color: #957E3A; }
a { background-color: rgb(149,126,58); }
div.DivClassName
{
background-color: #957E3A;
}
.BgClassName
{
background-color: #957E3A;
}
</style>
border-color css
<style>
span { border-color: #957E3A; }
span { border-color: rgb(149,126,58); }
td.TdClassName
{
border-color: #957E3A;
}
.TagClassName
{
border-color: #957E3A;
}
</style>