Shades of Lemon Ginger #8D831D
Tints of Lemon Ginger #8D831D
RGB
CMYK
RGB Variations
Color information
#8D831D (or 0x8D831D) is known color: Lemon Ginger. HEX triplet: 8D, 83 and 1D. RGB value is (141,131,29). Sum of RGB (Red+Green+Blue) = 141+131+29=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D831D is #727CE2. Grayscale: #7A7A7A. Windows color (decimal): -7503075 or 1934221. OLE color: 1934221.
HSL color Cylindrical-coordinate representation of color #8D831D: hue angle of 54.64º 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 #8D831D is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 29 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.45 |
| HSL | 54.64º | 0.66% | 0.33% | - |
| HSV(B) | 54.64º | 0.79% | 0.55% | - |
| XYZ | 19.32 | 21.98 | 4.39 | - |
| YUV | 122.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 29 | 0 | 0.07 | 0.79 | 0.45 | 54.64 | 0.66 | 0.33 |
| Hex | 8D | 83 | 1D | 0 | 7 | 4F | 2D | 37 | 42 | 21 |
| Octal | 215 | 203 | 35 | 0 | 7 | 117 | 55 | 67 | 102 | 41 |
| Binary | 10001101 | 10000011 | 11101 | 0 | 111 | 1001111 | 101101 | 110111 | 1000010 | 100001 |
Color Harmonies of #8D831D
Complementary color
Monochromatic Colors of #8D831D
Black with #8D831D
Text Example
Text Example
White with #8D831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D831D; }
p { color: rgb(141,131,29); }
H1.HeaderClassName
{
color: #8D831D;
}
.AnyTagClassName
{
color: #8D831D;
}
</style>
background-color css
<style>
a { background-color: #8D831D; }
a { background-color: rgb(141,131,29); }
div.DivClassName
{
background-color: #8D831D;
}
.BgClassName
{
background-color: #8D831D;
}
</style>
border-color css
<style>
span { border-color: #8D831D; }
span { border-color: rgb(141,131,29); }
td.TdClassName
{
border-color: #8D831D;
}
.TagClassName
{
border-color: #8D831D;
}
</style>