Shades of Lemon Ginger #93832B
Tints of Lemon Ginger #93832B
RGB
CMYK
RGB Variations
Color information
#93832B (or 0x93832B) is known color: Lemon Ginger. HEX triplet: 93, 83 and 2B. RGB value is (147,131,43). Sum of RGB (Red+Green+Blue) = 147+131+43=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93832B is #6C7CD4. Grayscale: #7E7E7E. Windows color (decimal): -7109845 or 2851731. OLE color: 2851731.
HSL color Cylindrical-coordinate representation of color #93832B: hue angle of 50.77º degrees, saturation: 0.55, 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 #93832B is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 43 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.42 |
| HSL | 50.77º | 0.55% | 0.37% | - |
| HSV(B) | 50.77º | 0.71% | 0.58% | - |
| XYZ | 20.58 | 22.61 | 5.56 | - |
| YUV | 125.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 43 | 0 | 0.11 | 0.71 | 0.42 | 50.77 | 0.55 | 0.37 |
| Hex | 93 | 83 | 2B | 0 | B | 47 | 2A | 33 | 37 | 25 |
| Octal | 223 | 203 | 53 | 0 | 13 | 107 | 52 | 63 | 67 | 45 |
| Binary | 10010011 | 10000011 | 101011 | 0 | 1011 | 1000111 | 101010 | 110011 | 110111 | 100101 |
Color Harmonies of #93832B
Complementary color
Monochromatic Colors of #93832B
Black with #93832B
Text Example
Text Example
White with #93832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93832B; }
p { color: rgb(147,131,43); }
H1.HeaderClassName
{
color: #93832B;
}
.AnyTagClassName
{
color: #93832B;
}
</style>
background-color css
<style>
a { background-color: #93832B; }
a { background-color: rgb(147,131,43); }
div.DivClassName
{
background-color: #93832B;
}
.BgClassName
{
background-color: #93832B;
}
</style>
border-color css
<style>
span { border-color: #93832B; }
span { border-color: rgb(147,131,43); }
td.TdClassName
{
border-color: #93832B;
}
.TagClassName
{
border-color: #93832B;
}
</style>