Shades of Lemon Ginger #92862F
Tints of Lemon Ginger #92862F
RGB
CMYK
RGB Variations
Color information
#92862F (or 0x92862F) is known color: Lemon Ginger. HEX triplet: 92, 86 and 2F. RGB value is (146,134,47). Sum of RGB (Red+Green+Blue) = 146+134+47=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92862F is #6D79D0. Grayscale: #808080. Windows color (decimal): -7174609 or 3114642. OLE color: 3114642.
HSL color Cylindrical-coordinate representation of color #92862F: hue angle of 52.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92862F is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 47 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.43 |
| HSL | 52.73º | 0.51% | 0.38% | - |
| HSV(B) | 52.73º | 0.68% | 0.57% | - |
| XYZ | 20.89 | 23.37 | 6.1 | - |
| YUV | 127.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 47 | 0 | 0.08 | 0.68 | 0.43 | 52.73 | 0.51 | 0.38 |
| Hex | 92 | 86 | 2F | 0 | 8 | 44 | 2B | 35 | 33 | 26 |
| Octal | 222 | 206 | 57 | 0 | 10 | 104 | 53 | 65 | 63 | 46 |
| Binary | 10010010 | 10000110 | 101111 | 0 | 1000 | 1000100 | 101011 | 110101 | 110011 | 100110 |
Color Harmonies of #92862F
Complementary color
Monochromatic Colors of #92862F
Black with #92862F
Text Example
Text Example
White with #92862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92862F; }
p { color: rgb(146,134,47); }
H1.HeaderClassName
{
color: #92862F;
}
.AnyTagClassName
{
color: #92862F;
}
</style>
background-color css
<style>
a { background-color: #92862F; }
a { background-color: rgb(146,134,47); }
div.DivClassName
{
background-color: #92862F;
}
.BgClassName
{
background-color: #92862F;
}
</style>
border-color css
<style>
span { border-color: #92862F; }
span { border-color: rgb(146,134,47); }
td.TdClassName
{
border-color: #92862F;
}
.TagClassName
{
border-color: #92862F;
}
</style>