Shades of Lemon Ginger #8A7B2B
Tints of Lemon Ginger #8A7B2B
RGB
CMYK
RGB Variations
Color information
#8A7B2B (or 0x8A7B2B) is known color: Lemon Ginger. HEX triplet: 8A, 7B and 2B. RGB value is (138,123,43). Sum of RGB (Red+Green+Blue) = 138+123+43=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7B2B is #7584D4. Grayscale: #767676. Windows color (decimal): -7701717 or 2849674. OLE color: 2849674.
HSL color Cylindrical-coordinate representation of color #8A7B2B: hue angle of 50.53º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A7B2B is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 123 | 43 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.46 |
| HSL | 50.53º | 0.52% | 0.35% | - |
| HSV(B) | 50.53º | 0.69% | 0.54% | - |
| XYZ | 18 | 19.74 | 5.15 | - |
| YUV | 118.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 43 | 0 | 0.11 | 0.69 | 0.46 | 50.53 | 0.52 | 0.35 |
| Hex | 8A | 7B | 2B | 0 | B | 45 | 2E | 33 | 34 | 23 |
| Octal | 212 | 173 | 53 | 0 | 13 | 105 | 56 | 63 | 64 | 43 |
| Binary | 10001010 | 1111011 | 101011 | 0 | 1011 | 1000101 | 101110 | 110011 | 110100 | 100011 |
Color Harmonies of #8A7B2B
Complementary color
Monochromatic Colors of #8A7B2B
Black with #8A7B2B
Text Example
Text Example
White with #8A7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B2B; }
p { color: rgb(138,123,43); }
H1.HeaderClassName
{
color: #8A7B2B;
}
.AnyTagClassName
{
color: #8A7B2B;
}
</style>
background-color css
<style>
a { background-color: #8A7B2B; }
a { background-color: rgb(138,123,43); }
div.DivClassName
{
background-color: #8A7B2B;
}
.BgClassName
{
background-color: #8A7B2B;
}
</style>
border-color css
<style>
span { border-color: #8A7B2B; }
span { border-color: rgb(138,123,43); }
td.TdClassName
{
border-color: #8A7B2B;
}
.TagClassName
{
border-color: #8A7B2B;
}
</style>