Shades of Lemon Ginger #93892B
Tints of Lemon Ginger #93892B
RGB
CMYK
RGB Variations
Color information
#93892B (or 0x93892B) is known color: Lemon Ginger. HEX triplet: 93, 89 and 2B. RGB value is (147,137,43). Sum of RGB (Red+Green+Blue) = 147+137+43=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93892B is #6C76D4. Grayscale: #818181. Windows color (decimal): -7108309 or 2853267. OLE color: 2853267.
HSL color Cylindrical-coordinate representation of color #93892B: hue angle of 54.23º 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 #93892B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 43 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.42 |
| HSL | 54.23º | 0.55% | 0.37% | - |
| HSV(B) | 54.23º | 0.71% | 0.58% | - |
| XYZ | 21.41 | 24.27 | 5.84 | - |
| YUV | 129.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 43 | 0 | 0.07 | 0.71 | 0.42 | 54.23 | 0.55 | 0.37 |
| Hex | 93 | 89 | 2B | 0 | 7 | 47 | 2A | 36 | 37 | 25 |
| Octal | 223 | 211 | 53 | 0 | 7 | 107 | 52 | 66 | 67 | 45 |
| Binary | 10010011 | 10001001 | 101011 | 0 | 111 | 1000111 | 101010 | 110110 | 110111 | 100101 |
Color Harmonies of #93892B
Complementary color
Monochromatic Colors of #93892B
Black with #93892B
Text Example
Text Example
White with #93892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93892B; }
p { color: rgb(147,137,43); }
H1.HeaderClassName
{
color: #93892B;
}
.AnyTagClassName
{
color: #93892B;
}
</style>
background-color css
<style>
a { background-color: #93892B; }
a { background-color: rgb(147,137,43); }
div.DivClassName
{
background-color: #93892B;
}
.BgClassName
{
background-color: #93892B;
}
</style>
border-color css
<style>
span { border-color: #93892B; }
span { border-color: rgb(147,137,43); }
td.TdClassName
{
border-color: #93892B;
}
.TagClassName
{
border-color: #93892B;
}
</style>