Shades of Lemon Ginger #92801D
Tints of Lemon Ginger #92801D
RGB
CMYK
RGB Variations
Color information
#92801D (or 0x92801D) is known color: Lemon Ginger. HEX triplet: 92, 80 and 1D. RGB value is (146,128,29). Sum of RGB (Red+Green+Blue) = 146+128+29=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92801D is #6D7FE2. Grayscale: #7A7A7A. Windows color (decimal): -7176163 or 1933458. OLE color: 1933458.
HSL color Cylindrical-coordinate representation of color #92801D: hue angle of 50.77º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92801D is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 29 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.43 |
| HSL | 50.77º | 0.67% | 0.34% | - |
| HSV(B) | 50.77º | 0.8% | 0.57% | - |
| XYZ | 19.8 | 21.64 | 4.3 | - |
| YUV | 122.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 29 | 0 | 0.12 | 0.80 | 0.43 | 50.77 | 0.67 | 0.34 |
| Hex | 92 | 80 | 1D | 0 | C | 50 | 2B | 33 | 43 | 22 |
| Octal | 222 | 200 | 35 | 0 | 14 | 120 | 53 | 63 | 103 | 42 |
| Binary | 10010010 | 10000000 | 11101 | 0 | 1100 | 1010000 | 101011 | 110011 | 1000011 | 100010 |
Color Harmonies of #92801D
Complementary color
Monochromatic Colors of #92801D
Black with #92801D
Text Example
Text Example
White with #92801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92801D; }
p { color: rgb(146,128,29); }
H1.HeaderClassName
{
color: #92801D;
}
.AnyTagClassName
{
color: #92801D;
}
</style>
background-color css
<style>
a { background-color: #92801D; }
a { background-color: rgb(146,128,29); }
div.DivClassName
{
background-color: #92801D;
}
.BgClassName
{
background-color: #92801D;
}
</style>
border-color css
<style>
span { border-color: #92801D; }
span { border-color: rgb(146,128,29); }
td.TdClassName
{
border-color: #92801D;
}
.TagClassName
{
border-color: #92801D;
}
</style>