Shades of Lemon Ginger #8A7D25
Tints of Lemon Ginger #8A7D25
RGB
CMYK
RGB Variations
Color information
#8A7D25 (or 0x8A7D25) is known color: Lemon Ginger. HEX triplet: 8A, 7D and 25. RGB value is (138,125,37). Sum of RGB (Red+Green+Blue) = 138+125+37=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7D25 is #7582DA. Grayscale: #777777. Windows color (decimal): -7701211 or 2456970. OLE color: 2456970.
HSL color Cylindrical-coordinate representation of color #8A7D25: hue angle of 52.28º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A7D25 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 125 | 37 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.46 |
| HSL | 52.28º | 0.58% | 0.34% | - |
| HSV(B) | 52.28º | 0.73% | 0.54% | - |
| XYZ | 18.15 | 20.2 | 4.69 | - |
| YUV | 118.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 37 | 0 | 0.09 | 0.73 | 0.46 | 52.28 | 0.58 | 0.34 |
| Hex | 8A | 7D | 25 | 0 | 9 | 49 | 2E | 34 | 3A | 22 |
| Octal | 212 | 175 | 45 | 0 | 11 | 111 | 56 | 64 | 72 | 42 |
| Binary | 10001010 | 1111101 | 100101 | 0 | 1001 | 1001001 | 101110 | 110100 | 111010 | 100010 |
Color Harmonies of #8A7D25
Complementary color
Monochromatic Colors of #8A7D25
Black with #8A7D25
Text Example
Text Example
White with #8A7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7D25; }
p { color: rgb(138,125,37); }
H1.HeaderClassName
{
color: #8A7D25;
}
.AnyTagClassName
{
color: #8A7D25;
}
</style>
background-color css
<style>
a { background-color: #8A7D25; }
a { background-color: rgb(138,125,37); }
div.DivClassName
{
background-color: #8A7D25;
}
.BgClassName
{
background-color: #8A7D25;
}
</style>
border-color css
<style>
span { border-color: #8A7D25; }
span { border-color: rgb(138,125,37); }
td.TdClassName
{
border-color: #8A7D25;
}
.TagClassName
{
border-color: #8A7D25;
}
</style>