Shades of Lemon Ginger #977E3B
Tints of Lemon Ginger #977E3B
RGB
CMYK
RGB Variations
Color information
#977E3B (or 0x977E3B) is known color: Lemon Ginger. HEX triplet: 97, 7E and 3B. RGB value is (151,126,59). Sum of RGB (Red+Green+Blue) = 151+126+59=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #977E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977E3B is #6881C4. Grayscale: #7E7E7E. Windows color (decimal): -6848965 or 3899031. OLE color: 3899031.
HSL color Cylindrical-coordinate representation of color #977E3B: hue angle of 43.7º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #977E3B is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 126 | 59 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.41 |
| HSL | 43.7º | 0.44% | 0.41% | - |
| HSV(B) | 43.7º | 0.61% | 0.59% | - |
| XYZ | 21.01 | 21.82 | 7.24 | - |
| YUV | 125.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 59 | 0 | 0.17 | 0.61 | 0.41 | 43.7 | 0.44 | 0.41 |
| Hex | 97 | 7E | 3B | 0 | 11 | 3D | 29 | 2C | 2C | 29 |
| Octal | 227 | 176 | 73 | 0 | 21 | 75 | 51 | 54 | 54 | 51 |
| Binary | 10010111 | 1111110 | 111011 | 0 | 10001 | 111101 | 101001 | 101100 | 101100 | 101001 |
Color Harmonies of #977E3B
Complementary color
Monochromatic Colors of #977E3B
Black with #977E3B
Text Example
Text Example
White with #977E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977E3B; }
p { color: rgb(151,126,59); }
H1.HeaderClassName
{
color: #977E3B;
}
.AnyTagClassName
{
color: #977E3B;
}
</style>
background-color css
<style>
a { background-color: #977E3B; }
a { background-color: rgb(151,126,59); }
div.DivClassName
{
background-color: #977E3B;
}
.BgClassName
{
background-color: #977E3B;
}
</style>
border-color css
<style>
span { border-color: #977E3B; }
span { border-color: rgb(151,126,59); }
td.TdClassName
{
border-color: #977E3B;
}
.TagClassName
{
border-color: #977E3B;
}
</style>