Shades of Lemon Ginger #93882D
Tints of Lemon Ginger #93882D
RGB
CMYK
RGB Variations
Color information
#93882D (or 0x93882D) is known color: Lemon Ginger. HEX triplet: 93, 88 and 2D. RGB value is (147,136,45). Sum of RGB (Red+Green+Blue) = 147+136+45=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #93882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93882D is #6C77D2. Grayscale: #818181. Windows color (decimal): -7108563 or 2984083. OLE color: 2984083.
HSL color Cylindrical-coordinate representation of color #93882D: hue angle of 53.53º 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 #93882D is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 45 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.42 |
| HSL | 53.53º | 0.53% | 0.38% | - |
| HSV(B) | 53.53º | 0.69% | 0.58% | - |
| XYZ | 21.31 | 24 | 5.99 | - |
| YUV | 128.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 45 | 0 | 0.07 | 0.69 | 0.42 | 53.53 | 0.53 | 0.38 |
| Hex | 93 | 88 | 2D | 0 | 7 | 45 | 2A | 36 | 35 | 26 |
| Octal | 223 | 210 | 55 | 0 | 7 | 105 | 52 | 66 | 65 | 46 |
| Binary | 10010011 | 10001000 | 101101 | 0 | 111 | 1000101 | 101010 | 110110 | 110101 | 100110 |
Color Harmonies of #93882D
Complementary color
Monochromatic Colors of #93882D
Black with #93882D
Text Example
Text Example
White with #93882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93882D; }
p { color: rgb(147,136,45); }
H1.HeaderClassName
{
color: #93882D;
}
.AnyTagClassName
{
color: #93882D;
}
</style>
background-color css
<style>
a { background-color: #93882D; }
a { background-color: rgb(147,136,45); }
div.DivClassName
{
background-color: #93882D;
}
.BgClassName
{
background-color: #93882D;
}
</style>
border-color css
<style>
span { border-color: #93882D; }
span { border-color: rgb(147,136,45); }
td.TdClassName
{
border-color: #93882D;
}
.TagClassName
{
border-color: #93882D;
}
</style>