Shades of Lemon Ginger #927C2D
Tints of Lemon Ginger #927C2D
RGB
CMYK
RGB Variations
Color information
#927C2D (or 0x927C2D) is known color: Lemon Ginger. HEX triplet: 92, 7C and 2D. RGB value is (146,124,45). Sum of RGB (Red+Green+Blue) = 146+124+45=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #927C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C2D is #6D83D2. Grayscale: #797979. Windows color (decimal): -7177171 or 2981010. OLE color: 2981010.
HSL color Cylindrical-coordinate representation of color #927C2D: hue angle of 46.93º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #927C2D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 45 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.43 |
| HSL | 46.93º | 0.53% | 0.37% | - |
| HSV(B) | 46.93º | 0.69% | 0.57% | - |
| XYZ | 19.54 | 20.72 | 5.45 | - |
| YUV | 121.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 45 | 0 | 0.15 | 0.69 | 0.43 | 46.93 | 0.53 | 0.37 |
| Hex | 92 | 7C | 2D | 0 | F | 45 | 2B | 2F | 35 | 25 |
| Octal | 222 | 174 | 55 | 0 | 17 | 105 | 53 | 57 | 65 | 45 |
| Binary | 10010010 | 1111100 | 101101 | 0 | 1111 | 1000101 | 101011 | 101111 | 110101 | 100101 |
Color Harmonies of #927C2D
Complementary color
Monochromatic Colors of #927C2D
Black with #927C2D
Text Example
Text Example
White with #927C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C2D; }
p { color: rgb(146,124,45); }
H1.HeaderClassName
{
color: #927C2D;
}
.AnyTagClassName
{
color: #927C2D;
}
</style>
background-color css
<style>
a { background-color: #927C2D; }
a { background-color: rgb(146,124,45); }
div.DivClassName
{
background-color: #927C2D;
}
.BgClassName
{
background-color: #927C2D;
}
</style>
border-color css
<style>
span { border-color: #927C2D; }
span { border-color: rgb(146,124,45); }
td.TdClassName
{
border-color: #927C2D;
}
.TagClassName
{
border-color: #927C2D;
}
</style>