Shades of Lemon Ginger #8B7A1C
Tints of Lemon Ginger #8B7A1C
RGB
CMYK
RGB Variations
Color information
#8B7A1C (or 0x8B7A1C) is known color: Lemon Ginger. HEX triplet: 8B, 7A and 1C. RGB value is (139,122,28). Sum of RGB (Red+Green+Blue) = 139+122+28=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7A1C is #7485E3. Grayscale: #747474. Windows color (decimal): -7636452 or 1866379. OLE color: 1866379.
HSL color Cylindrical-coordinate representation of color #8B7A1C: hue angle of 50.81º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B7A1C is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 28 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.45 |
| HSL | 50.81º | 0.66% | 0.33% | - |
| HSV(B) | 50.81º | 0.8% | 0.55% | - |
| XYZ | 17.82 | 19.49 | 3.92 | - |
| YUV | 116.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 28 | 0 | 0.12 | 0.80 | 0.45 | 50.81 | 0.66 | 0.33 |
| Hex | 8B | 7A | 1C | 0 | C | 50 | 2D | 33 | 42 | 21 |
| Octal | 213 | 172 | 34 | 0 | 14 | 120 | 55 | 63 | 102 | 41 |
| Binary | 10001011 | 1111010 | 11100 | 0 | 1100 | 1010000 | 101101 | 110011 | 1000010 | 100001 |
Color Harmonies of #8B7A1C
Complementary color
Monochromatic Colors of #8B7A1C
Black with #8B7A1C
Text Example
Text Example
White with #8B7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A1C; }
p { color: rgb(139,122,28); }
H1.HeaderClassName
{
color: #8B7A1C;
}
.AnyTagClassName
{
color: #8B7A1C;
}
</style>
background-color css
<style>
a { background-color: #8B7A1C; }
a { background-color: rgb(139,122,28); }
div.DivClassName
{
background-color: #8B7A1C;
}
.BgClassName
{
background-color: #8B7A1C;
}
</style>
border-color css
<style>
span { border-color: #8B7A1C; }
span { border-color: rgb(139,122,28); }
td.TdClassName
{
border-color: #8B7A1C;
}
.TagClassName
{
border-color: #8B7A1C;
}
</style>