Shades of Lemon Ginger #93822A
Tints of Lemon Ginger #93822A
RGB
CMYK
RGB Variations
Color information
#93822A (or 0x93822A) is known color: Lemon Ginger. HEX triplet: 93, 82 and 2A. RGB value is (147,130,42). Sum of RGB (Red+Green+Blue) = 147+130+42=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93822A is #6C7DD5. Grayscale: #7D7D7D. Windows color (decimal): -7110102 or 2785939. OLE color: 2785939.
HSL color Cylindrical-coordinate representation of color #93822A: hue angle of 50.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93822A is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 42 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.42 |
| HSL | 50.29º | 0.56% | 0.37% | - |
| HSV(B) | 50.29º | 0.71% | 0.58% | - |
| XYZ | 20.43 | 22.34 | 5.42 | - |
| YUV | 125.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 42 | 0 | 0.12 | 0.71 | 0.42 | 50.29 | 0.56 | 0.37 |
| Hex | 93 | 82 | 2A | 0 | C | 47 | 2A | 32 | 38 | 25 |
| Octal | 223 | 202 | 52 | 0 | 14 | 107 | 52 | 62 | 70 | 45 |
| Binary | 10010011 | 10000010 | 101010 | 0 | 1100 | 1000111 | 101010 | 110010 | 111000 | 100101 |
Color Harmonies of #93822A
Complementary color
Monochromatic Colors of #93822A
Black with #93822A
Text Example
Text Example
White with #93822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93822A; }
p { color: rgb(147,130,42); }
H1.HeaderClassName
{
color: #93822A;
}
.AnyTagClassName
{
color: #93822A;
}
</style>
background-color css
<style>
a { background-color: #93822A; }
a { background-color: rgb(147,130,42); }
div.DivClassName
{
background-color: #93822A;
}
.BgClassName
{
background-color: #93822A;
}
</style>
border-color css
<style>
span { border-color: #93822A; }
span { border-color: rgb(147,130,42); }
td.TdClassName
{
border-color: #93822A;
}
.TagClassName
{
border-color: #93822A;
}
</style>