Shades of Lemon Ginger #92822A
Tints of Lemon Ginger #92822A
RGB
CMYK
RGB Variations
Color information
#92822A (or 0x92822A) is known color: Lemon Ginger. HEX triplet: 92, 82 and 2A. RGB value is (146,130,42). Sum of RGB (Red+Green+Blue) = 146+130+42=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #92822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92822A is #6D7DD5. Grayscale: #7D7D7D. Windows color (decimal): -7175638 or 2785938. OLE color: 2785938.
HSL color Cylindrical-coordinate representation of color #92822A: hue angle of 50.77º degrees, saturation: 0.55, 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 #92822A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 42 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.43 |
| HSL | 50.77º | 0.55% | 0.37% | - |
| HSV(B) | 50.77º | 0.71% | 0.57% | - |
| XYZ | 20.25 | 22.24 | 5.42 | - |
| YUV | 124.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 42 | 0 | 0.11 | 0.71 | 0.43 | 50.77 | 0.55 | 0.37 |
| Hex | 92 | 82 | 2A | 0 | B | 47 | 2B | 33 | 37 | 25 |
| Octal | 222 | 202 | 52 | 0 | 13 | 107 | 53 | 63 | 67 | 45 |
| Binary | 10010010 | 10000010 | 101010 | 0 | 1011 | 1000111 | 101011 | 110011 | 110111 | 100101 |
Color Harmonies of #92822A
Complementary color
Monochromatic Colors of #92822A
Black with #92822A
Text Example
Text Example
White with #92822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92822A; }
p { color: rgb(146,130,42); }
H1.HeaderClassName
{
color: #92822A;
}
.AnyTagClassName
{
color: #92822A;
}
</style>
background-color css
<style>
a { background-color: #92822A; }
a { background-color: rgb(146,130,42); }
div.DivClassName
{
background-color: #92822A;
}
.BgClassName
{
background-color: #92822A;
}
</style>
border-color css
<style>
span { border-color: #92822A; }
span { border-color: rgb(146,130,42); }
td.TdClassName
{
border-color: #92822A;
}
.TagClassName
{
border-color: #92822A;
}
</style>