Shades of Lemon Ginger #8C821D
Tints of Lemon Ginger #8C821D
RGB
CMYK
RGB Variations
Color information
#8C821D (or 0x8C821D) is known color: Lemon Ginger. HEX triplet: 8C, 82 and 1D. RGB value is (140,130,29). Sum of RGB (Red+Green+Blue) = 140+130+29=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C821D is #737DE2. Grayscale: #797979. Windows color (decimal): -7568867 or 1933964. OLE color: 1933964.
HSL color Cylindrical-coordinate representation of color #8C821D: hue angle of 54.59º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C821D is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 29 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.45 |
| HSL | 54.59º | 0.66% | 0.33% | - |
| HSV(B) | 54.59º | 0.79% | 0.55% | - |
| XYZ | 19.02 | 21.63 | 4.33 | - |
| YUV | 121.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 29 | 0 | 0.07 | 0.79 | 0.45 | 54.59 | 0.66 | 0.33 |
| Hex | 8C | 82 | 1D | 0 | 7 | 4F | 2D | 37 | 42 | 21 |
| Octal | 214 | 202 | 35 | 0 | 7 | 117 | 55 | 67 | 102 | 41 |
| Binary | 10001100 | 10000010 | 11101 | 0 | 111 | 1001111 | 101101 | 110111 | 1000010 | 100001 |
Color Harmonies of #8C821D
Complementary color
Monochromatic Colors of #8C821D
Black with #8C821D
Text Example
Text Example
White with #8C821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C821D; }
p { color: rgb(140,130,29); }
H1.HeaderClassName
{
color: #8C821D;
}
.AnyTagClassName
{
color: #8C821D;
}
</style>
background-color css
<style>
a { background-color: #8C821D; }
a { background-color: rgb(140,130,29); }
div.DivClassName
{
background-color: #8C821D;
}
.BgClassName
{
background-color: #8C821D;
}
</style>
border-color css
<style>
span { border-color: #8C821D; }
span { border-color: rgb(140,130,29); }
td.TdClassName
{
border-color: #8C821D;
}
.TagClassName
{
border-color: #8C821D;
}
</style>