Shades of Lemon Ginger #92822B
Tints of Lemon Ginger #92822B
RGB
CMYK
RGB Variations
Color information
#92822B (or 0x92822B) is known color: Lemon Ginger. HEX triplet: 92, 82 and 2B. RGB value is (146,130,43). Sum of RGB (Red+Green+Blue) = 146+130+43=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #92822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92822B is #6D7DD4. Grayscale: #7D7D7D. Windows color (decimal): -7175637 or 2851474. OLE color: 2851474.
HSL color Cylindrical-coordinate representation of color #92822B: hue angle of 50.68º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92822B is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 43 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.43 |
| HSL | 50.68º | 0.54% | 0.37% | - |
| HSV(B) | 50.68º | 0.71% | 0.57% | - |
| XYZ | 20.27 | 22.25 | 5.51 | - |
| YUV | 124.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 43 | 0 | 0.11 | 0.71 | 0.43 | 50.68 | 0.54 | 0.37 |
| Hex | 92 | 82 | 2B | 0 | B | 47 | 2B | 33 | 36 | 25 |
| Octal | 222 | 202 | 53 | 0 | 13 | 107 | 53 | 63 | 66 | 45 |
| Binary | 10010010 | 10000010 | 101011 | 0 | 1011 | 1000111 | 101011 | 110011 | 110110 | 100101 |
Color Harmonies of #92822B
Complementary color
Monochromatic Colors of #92822B
Black with #92822B
Text Example
Text Example
White with #92822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92822B; }
p { color: rgb(146,130,43); }
H1.HeaderClassName
{
color: #92822B;
}
.AnyTagClassName
{
color: #92822B;
}
</style>
background-color css
<style>
a { background-color: #92822B; }
a { background-color: rgb(146,130,43); }
div.DivClassName
{
background-color: #92822B;
}
.BgClassName
{
background-color: #92822B;
}
</style>
border-color css
<style>
span { border-color: #92822B; }
span { border-color: rgb(146,130,43); }
td.TdClassName
{
border-color: #92822B;
}
.TagClassName
{
border-color: #92822B;
}
</style>