Shades of Lemon Ginger #8A7B1E
Tints of Lemon Ginger #8A7B1E
RGB
CMYK
RGB Variations
Color information
#8A7B1E (or 0x8A7B1E) is known color: Lemon Ginger. HEX triplet: 8A, 7B and 1E. RGB value is (138,123,30). Sum of RGB (Red+Green+Blue) = 138+123+30=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7B1E is #7584E1. Grayscale: #757575. Windows color (decimal): -7701730 or 1997706. OLE color: 1997706.
HSL color Cylindrical-coordinate representation of color #8A7B1E: hue angle of 51.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A7B1E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 123 | 30 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.46 |
| HSL | 51.67º | 0.64% | 0.33% | - |
| HSV(B) | 51.67º | 0.78% | 0.54% | - |
| XYZ | 17.8 | 19.66 | 4.09 | - |
| YUV | 116.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 30 | 0 | 0.11 | 0.78 | 0.46 | 51.67 | 0.64 | 0.33 |
| Hex | 8A | 7B | 1E | 0 | B | 4E | 2E | 34 | 40 | 21 |
| Octal | 212 | 173 | 36 | 0 | 13 | 116 | 56 | 64 | 100 | 41 |
| Binary | 10001010 | 1111011 | 11110 | 0 | 1011 | 1001110 | 101110 | 110100 | 1000000 | 100001 |
Color Harmonies of #8A7B1E
Complementary color
Monochromatic Colors of #8A7B1E
Black with #8A7B1E
Text Example
Text Example
White with #8A7B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B1E; }
p { color: rgb(138,123,30); }
H1.HeaderClassName
{
color: #8A7B1E;
}
.AnyTagClassName
{
color: #8A7B1E;
}
</style>
background-color css
<style>
a { background-color: #8A7B1E; }
a { background-color: rgb(138,123,30); }
div.DivClassName
{
background-color: #8A7B1E;
}
.BgClassName
{
background-color: #8A7B1E;
}
</style>
border-color css
<style>
span { border-color: #8A7B1E; }
span { border-color: rgb(138,123,30); }
td.TdClassName
{
border-color: #8A7B1E;
}
.TagClassName
{
border-color: #8A7B1E;
}
</style>