Shades of Lemon Ginger #977E2D
Tints of Lemon Ginger #977E2D
RGB
CMYK
RGB Variations
Color information
#977E2D (or 0x977E2D) is known color: Lemon Ginger. HEX triplet: 97, 7E and 2D. RGB value is (151,126,45). Sum of RGB (Red+Green+Blue) = 151+126+45=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #977E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977E2D is #6881D2. Grayscale: #7C7C7C. Windows color (decimal): -6848979 or 2981527. OLE color: 2981527.
HSL color Cylindrical-coordinate representation of color #977E2D: hue angle of 45.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #977E2D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 126 | 45 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.41 |
| HSL | 45.85º | 0.54% | 0.38% | - |
| HSV(B) | 45.85º | 0.7% | 0.59% | - |
| XYZ | 20.7 | 21.69 | 5.58 | - |
| YUV | 124.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 45 | 0 | 0.17 | 0.70 | 0.41 | 45.85 | 0.54 | 0.38 |
| Hex | 97 | 7E | 2D | 0 | 11 | 46 | 29 | 2E | 36 | 26 |
| Octal | 227 | 176 | 55 | 0 | 21 | 106 | 51 | 56 | 66 | 46 |
| Binary | 10010111 | 1111110 | 101101 | 0 | 10001 | 1000110 | 101001 | 101110 | 110110 | 100110 |
Color Harmonies of #977E2D
Complementary color
Monochromatic Colors of #977E2D
Black with #977E2D
Text Example
Text Example
White with #977E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977E2D; }
p { color: rgb(151,126,45); }
H1.HeaderClassName
{
color: #977E2D;
}
.AnyTagClassName
{
color: #977E2D;
}
</style>
background-color css
<style>
a { background-color: #977E2D; }
a { background-color: rgb(151,126,45); }
div.DivClassName
{
background-color: #977E2D;
}
.BgClassName
{
background-color: #977E2D;
}
</style>
border-color css
<style>
span { border-color: #977E2D; }
span { border-color: rgb(151,126,45); }
td.TdClassName
{
border-color: #977E2D;
}
.TagClassName
{
border-color: #977E2D;
}
</style>