Shades of Lemon Ginger #92862B
Tints of Lemon Ginger #92862B
RGB
CMYK
RGB Variations
Color information
#92862B (or 0x92862B) is known color: Lemon Ginger. HEX triplet: 92, 86 and 2B. RGB value is (146,134,43). Sum of RGB (Red+Green+Blue) = 146+134+43=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92862B is #6D79D4. Grayscale: #7F7F7F. Windows color (decimal): -7174613 or 2852498. OLE color: 2852498.
HSL color Cylindrical-coordinate representation of color #92862B: hue angle of 53.01º 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 #92862B is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 43 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.43 |
| HSL | 53.01º | 0.54% | 0.37% | - |
| HSV(B) | 53.01º | 0.71% | 0.57% | - |
| XYZ | 20.82 | 23.34 | 5.69 | - |
| YUV | 127.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 43 | 0 | 0.08 | 0.71 | 0.43 | 53.01 | 0.54 | 0.37 |
| Hex | 92 | 86 | 2B | 0 | 8 | 47 | 2B | 35 | 36 | 25 |
| Octal | 222 | 206 | 53 | 0 | 10 | 107 | 53 | 65 | 66 | 45 |
| Binary | 10010010 | 10000110 | 101011 | 0 | 1000 | 1000111 | 101011 | 110101 | 110110 | 100101 |
Color Harmonies of #92862B
Complementary color
Monochromatic Colors of #92862B
Black with #92862B
Text Example
Text Example
White with #92862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92862B; }
p { color: rgb(146,134,43); }
H1.HeaderClassName
{
color: #92862B;
}
.AnyTagClassName
{
color: #92862B;
}
</style>
background-color css
<style>
a { background-color: #92862B; }
a { background-color: rgb(146,134,43); }
div.DivClassName
{
background-color: #92862B;
}
.BgClassName
{
background-color: #92862B;
}
</style>
border-color css
<style>
span { border-color: #92862B; }
span { border-color: rgb(146,134,43); }
td.TdClassName
{
border-color: #92862B;
}
.TagClassName
{
border-color: #92862B;
}
</style>