Shades of Lemon Ginger #8C832C
Tints of Lemon Ginger #8C832C
RGB
CMYK
RGB Variations
Color information
#8C832C (or 0x8C832C) is known color: Lemon Ginger. HEX triplet: 8C, 83 and 2C. RGB value is (140,131,44). Sum of RGB (Red+Green+Blue) = 140+131+44=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C832C is #737CD3. Grayscale: #7C7C7C. Windows color (decimal): -7568596 or 2917260. OLE color: 2917260.
HSL color Cylindrical-coordinate representation of color #8C832C: hue angle of 54.38º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C832C is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 44 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.45 |
| HSL | 54.38º | 0.52% | 0.36% | - |
| HSV(B) | 54.38º | 0.69% | 0.55% | - |
| XYZ | 19.39 | 21.99 | 5.61 | - |
| YUV | 123.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 44 | 0 | 0.06 | 0.69 | 0.45 | 54.38 | 0.52 | 0.36 |
| Hex | 8C | 83 | 2C | 0 | 6 | 45 | 2D | 36 | 34 | 24 |
| Octal | 214 | 203 | 54 | 0 | 6 | 105 | 55 | 66 | 64 | 44 |
| Binary | 10001100 | 10000011 | 101100 | 0 | 110 | 1000101 | 101101 | 110110 | 110100 | 100100 |
Color Harmonies of #8C832C
Complementary color
Monochromatic Colors of #8C832C
Black with #8C832C
Text Example
Text Example
White with #8C832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C832C; }
p { color: rgb(140,131,44); }
H1.HeaderClassName
{
color: #8C832C;
}
.AnyTagClassName
{
color: #8C832C;
}
</style>
background-color css
<style>
a { background-color: #8C832C; }
a { background-color: rgb(140,131,44); }
div.DivClassName
{
background-color: #8C832C;
}
.BgClassName
{
background-color: #8C832C;
}
</style>
border-color css
<style>
span { border-color: #8C832C; }
span { border-color: rgb(140,131,44); }
td.TdClassName
{
border-color: #8C832C;
}
.TagClassName
{
border-color: #8C832C;
}
</style>