Shades of Lemon Ginger #927D1C
Tints of Lemon Ginger #927D1C
RGB
CMYK
RGB Variations
Color information
#927D1C (or 0x927D1C) is known color: Lemon Ginger. HEX triplet: 92, 7D and 1C. RGB value is (146,125,28). Sum of RGB (Red+Green+Blue) = 146+125+28=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #927D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D1C is #6D82E3. Grayscale: #787878. Windows color (decimal): -7176932 or 1867154. OLE color: 1867154.
HSL color Cylindrical-coordinate representation of color #927D1C: hue angle of 49.32º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #927D1C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 28 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.43 |
| HSL | 49.32º | 0.68% | 0.34% | - |
| HSV(B) | 49.32º | 0.81% | 0.57% | - |
| XYZ | 19.4 | 20.86 | 4.1 | - |
| YUV | 120.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 28 | 0 | 0.14 | 0.81 | 0.43 | 49.32 | 0.68 | 0.34 |
| Hex | 92 | 7D | 1C | 0 | E | 51 | 2B | 31 | 44 | 22 |
| Octal | 222 | 175 | 34 | 0 | 16 | 121 | 53 | 61 | 104 | 42 |
| Binary | 10010010 | 1111101 | 11100 | 0 | 1110 | 1010001 | 101011 | 110001 | 1000100 | 100010 |
Color Harmonies of #927D1C
Complementary color
Monochromatic Colors of #927D1C
Black with #927D1C
Text Example
Text Example
White with #927D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D1C; }
p { color: rgb(146,125,28); }
H1.HeaderClassName
{
color: #927D1C;
}
.AnyTagClassName
{
color: #927D1C;
}
</style>
background-color css
<style>
a { background-color: #927D1C; }
a { background-color: rgb(146,125,28); }
div.DivClassName
{
background-color: #927D1C;
}
.BgClassName
{
background-color: #927D1C;
}
</style>
border-color css
<style>
span { border-color: #927D1C; }
span { border-color: rgb(146,125,28); }
td.TdClassName
{
border-color: #927D1C;
}
.TagClassName
{
border-color: #927D1C;
}
</style>