Shades of Lemon Ginger #957F3A
Tints of Lemon Ginger #957F3A
RGB
CMYK
RGB Variations
Color information
#957F3A (or 0x957F3A) is known color: Lemon Ginger. HEX triplet: 95, 7F and 3A. RGB value is (149,127,58). Sum of RGB (Red+Green+Blue) = 149+127+58=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F3A is #6A80C5. Grayscale: #7E7E7E. Windows color (decimal): -6979782 or 3833749. OLE color: 3833749.
HSL color Cylindrical-coordinate representation of color #957F3A: hue angle of 45.49º 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 #957F3A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 58 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.42 |
| HSL | 45.49º | 0.44% | 0.41% | - |
| HSV(B) | 45.49º | 0.61% | 0.58% | - |
| XYZ | 20.75 | 21.87 | 7.13 | - |
| YUV | 125.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 58 | 0 | 0.15 | 0.61 | 0.42 | 45.49 | 0.44 | 0.41 |
| Hex | 95 | 7F | 3A | 0 | F | 3D | 2A | 2D | 2C | 29 |
| Octal | 225 | 177 | 72 | 0 | 17 | 75 | 52 | 55 | 54 | 51 |
| Binary | 10010101 | 1111111 | 111010 | 0 | 1111 | 111101 | 101010 | 101101 | 101100 | 101001 |
Color Harmonies of #957F3A
Complementary color
Monochromatic Colors of #957F3A
Black with #957F3A
Text Example
Text Example
White with #957F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F3A; }
p { color: rgb(149,127,58); }
H1.HeaderClassName
{
color: #957F3A;
}
.AnyTagClassName
{
color: #957F3A;
}
</style>
background-color css
<style>
a { background-color: #957F3A; }
a { background-color: rgb(149,127,58); }
div.DivClassName
{
background-color: #957F3A;
}
.BgClassName
{
background-color: #957F3A;
}
</style>
border-color css
<style>
span { border-color: #957F3A; }
span { border-color: rgb(149,127,58); }
td.TdClassName
{
border-color: #957F3A;
}
.TagClassName
{
border-color: #957F3A;
}
</style>