Shades of Lemon Ginger #8A7F2A
Tints of Lemon Ginger #8A7F2A
RGB
CMYK
RGB Variations
Color information
#8A7F2A (or 0x8A7F2A) is known color: Lemon Ginger. HEX triplet: 8A, 7F and 2A. RGB value is (138,127,42). Sum of RGB (Red+Green+Blue) = 138+127+42=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7F2A is #7580D5. Grayscale: #787878. Windows color (decimal): -7700694 or 2785162. OLE color: 2785162.
HSL color Cylindrical-coordinate representation of color #8A7F2A: hue angle of 53.12º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A7F2A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 42 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.46 |
| HSL | 53.13º | 0.53% | 0.35% | - |
| HSV(B) | 53.13º | 0.7% | 0.54% | - |
| XYZ | 18.49 | 20.75 | 5.22 | - |
| YUV | 120.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 42 | 0 | 0.08 | 0.70 | 0.46 | 53.13 | 0.53 | 0.35 |
| Hex | 8A | 7F | 2A | 0 | 8 | 46 | 2E | 35 | 35 | 23 |
| Octal | 212 | 177 | 52 | 0 | 10 | 106 | 56 | 65 | 65 | 43 |
| Binary | 10001010 | 1111111 | 101010 | 0 | 1000 | 1000110 | 101110 | 110101 | 110101 | 100011 |
Color Harmonies of #8A7F2A
Complementary color
Monochromatic Colors of #8A7F2A
Black with #8A7F2A
Text Example
Text Example
White with #8A7F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F2A; }
p { color: rgb(138,127,42); }
H1.HeaderClassName
{
color: #8A7F2A;
}
.AnyTagClassName
{
color: #8A7F2A;
}
</style>
background-color css
<style>
a { background-color: #8A7F2A; }
a { background-color: rgb(138,127,42); }
div.DivClassName
{
background-color: #8A7F2A;
}
.BgClassName
{
background-color: #8A7F2A;
}
</style>
border-color css
<style>
span { border-color: #8A7F2A; }
span { border-color: rgb(138,127,42); }
td.TdClassName
{
border-color: #8A7F2A;
}
.TagClassName
{
border-color: #8A7F2A;
}
</style>