Shades of Lemon Ginger #93852A
Tints of Lemon Ginger #93852A
RGB
CMYK
RGB Variations
Color information
#93852A (or 0x93852A) is known color: Lemon Ginger. HEX triplet: 93, 85 and 2A. RGB value is (147,133,42). Sum of RGB (Red+Green+Blue) = 147+133+42=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93852A is #6C7AD5. Grayscale: #7F7F7F. Windows color (decimal): -7109334 or 2786707. OLE color: 2786707.
HSL color Cylindrical-coordinate representation of color #93852A: hue angle of 52º 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 #93852A is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 42 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.42 |
| HSL | 52º | 0.56% | 0.37% | - |
| HSV(B) | 52º | 0.71% | 0.58% | - |
| XYZ | 20.84 | 23.15 | 5.56 | - |
| YUV | 126.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 42 | 0 | 0.10 | 0.71 | 0.42 | 52 | 0.56 | 0.37 |
| Hex | 93 | 85 | 2A | 0 | A | 47 | 2A | 34 | 38 | 25 |
| Octal | 223 | 205 | 52 | 0 | 12 | 107 | 52 | 64 | 70 | 45 |
| Binary | 10010011 | 10000101 | 101010 | 0 | 1010 | 1000111 | 101010 | 110100 | 111000 | 100101 |
Color Harmonies of #93852A
Complementary color
Monochromatic Colors of #93852A
Black with #93852A
Text Example
Text Example
White with #93852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93852A; }
p { color: rgb(147,133,42); }
H1.HeaderClassName
{
color: #93852A;
}
.AnyTagClassName
{
color: #93852A;
}
</style>
background-color css
<style>
a { background-color: #93852A; }
a { background-color: rgb(147,133,42); }
div.DivClassName
{
background-color: #93852A;
}
.BgClassName
{
background-color: #93852A;
}
</style>
border-color css
<style>
span { border-color: #93852A; }
span { border-color: rgb(147,133,42); }
td.TdClassName
{
border-color: #93852A;
}
.TagClassName
{
border-color: #93852A;
}
</style>