Shades of Lemon Ginger #8A7E23
Tints of Lemon Ginger #8A7E23
RGB
CMYK
RGB Variations
Color information
#8A7E23 (or 0x8A7E23) is known color: Lemon Ginger. HEX triplet: 8A, 7E and 23. RGB value is (138,126,35). Sum of RGB (Red+Green+Blue) = 138+126+35=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7E23 is #7581DC. Grayscale: #777777. Windows color (decimal): -7700957 or 2326154. OLE color: 2326154.
HSL color Cylindrical-coordinate representation of color #8A7E23: hue angle of 53.01º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A7E23 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 126 | 35 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.46 |
| HSL | 53.01º | 0.6% | 0.34% | - |
| HSV(B) | 53.01º | 0.75% | 0.54% | - |
| XYZ | 18.25 | 20.45 | 4.58 | - |
| YUV | 119.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 35 | 0 | 0.09 | 0.75 | 0.46 | 53.01 | 0.6 | 0.34 |
| Hex | 8A | 7E | 23 | 0 | 9 | 4B | 2E | 35 | 3C | 22 |
| Octal | 212 | 176 | 43 | 0 | 11 | 113 | 56 | 65 | 74 | 42 |
| Binary | 10001010 | 1111110 | 100011 | 0 | 1001 | 1001011 | 101110 | 110101 | 111100 | 100010 |
Color Harmonies of #8A7E23
Complementary color
Monochromatic Colors of #8A7E23
Black with #8A7E23
Text Example
Text Example
White with #8A7E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7E23; }
p { color: rgb(138,126,35); }
H1.HeaderClassName
{
color: #8A7E23;
}
.AnyTagClassName
{
color: #8A7E23;
}
</style>
background-color css
<style>
a { background-color: #8A7E23; }
a { background-color: rgb(138,126,35); }
div.DivClassName
{
background-color: #8A7E23;
}
.BgClassName
{
background-color: #8A7E23;
}
</style>
border-color css
<style>
span { border-color: #8A7E23; }
span { border-color: rgb(138,126,35); }
td.TdClassName
{
border-color: #8A7E23;
}
.TagClassName
{
border-color: #8A7E23;
}
</style>