Shades of Lemon Ginger #93822D
Tints of Lemon Ginger #93822D
RGB
CMYK
RGB Variations
Color information
#93822D (or 0x93822D) is known color: Lemon Ginger. HEX triplet: 93, 82 and 2D. RGB value is (147,130,45). Sum of RGB (Red+Green+Blue) = 147+130+45=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93822D is #6C7DD2. Grayscale: #7D7D7D. Windows color (decimal): -7110099 or 2982547. OLE color: 2982547.
HSL color Cylindrical-coordinate representation of color #93822D: hue angle of 50º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93822D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 45 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.42 |
| HSL | 50º | 0.53% | 0.38% | - |
| HSV(B) | 50º | 0.69% | 0.58% | - |
| XYZ | 20.49 | 22.36 | 5.72 | - |
| YUV | 125.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 45 | 0 | 0.12 | 0.69 | 0.42 | 50 | 0.53 | 0.38 |
| Hex | 93 | 82 | 2D | 0 | C | 45 | 2A | 32 | 35 | 26 |
| Octal | 223 | 202 | 55 | 0 | 14 | 105 | 52 | 62 | 65 | 46 |
| Binary | 10010011 | 10000010 | 101101 | 0 | 1100 | 1000101 | 101010 | 110010 | 110101 | 100110 |
Color Harmonies of #93822D
Complementary color
Monochromatic Colors of #93822D
Black with #93822D
Text Example
Text Example
White with #93822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93822D; }
p { color: rgb(147,130,45); }
H1.HeaderClassName
{
color: #93822D;
}
.AnyTagClassName
{
color: #93822D;
}
</style>
background-color css
<style>
a { background-color: #93822D; }
a { background-color: rgb(147,130,45); }
div.DivClassName
{
background-color: #93822D;
}
.BgClassName
{
background-color: #93822D;
}
</style>
border-color css
<style>
span { border-color: #93822D; }
span { border-color: rgb(147,130,45); }
td.TdClassName
{
border-color: #93822D;
}
.TagClassName
{
border-color: #93822D;
}
</style>