Shades of Lemon Ginger #8B7B1D
Tints of Lemon Ginger #8B7B1D
RGB
CMYK
RGB Variations
Color information
#8B7B1D (or 0x8B7B1D) is known color: Lemon Ginger. HEX triplet: 8B, 7B and 1D. RGB value is (139,123,29). Sum of RGB (Red+Green+Blue) = 139+123+29=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B1D is #7484E2. Grayscale: #757575. Windows color (decimal): -7636195 or 1932171. OLE color: 1932171.
HSL color Cylindrical-coordinate representation of color #8B7B1D: hue angle of 51.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B7B1D is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 29 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.45 |
| HSL | 51.27º | 0.65% | 0.33% | - |
| HSV(B) | 51.27º | 0.79% | 0.55% | - |
| XYZ | 17.95 | 19.74 | 4.03 | - |
| YUV | 117.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 29 | 0 | 0.12 | 0.79 | 0.45 | 51.27 | 0.65 | 0.33 |
| Hex | 8B | 7B | 1D | 0 | C | 4F | 2D | 33 | 41 | 21 |
| Octal | 213 | 173 | 35 | 0 | 14 | 117 | 55 | 63 | 101 | 41 |
| Binary | 10001011 | 1111011 | 11101 | 0 | 1100 | 1001111 | 101101 | 110011 | 1000001 | 100001 |
Color Harmonies of #8B7B1D
Complementary color
Monochromatic Colors of #8B7B1D
Black with #8B7B1D
Text Example
Text Example
White with #8B7B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B1D; }
p { color: rgb(139,123,29); }
H1.HeaderClassName
{
color: #8B7B1D;
}
.AnyTagClassName
{
color: #8B7B1D;
}
</style>
background-color css
<style>
a { background-color: #8B7B1D; }
a { background-color: rgb(139,123,29); }
div.DivClassName
{
background-color: #8B7B1D;
}
.BgClassName
{
background-color: #8B7B1D;
}
</style>
border-color css
<style>
span { border-color: #8B7B1D; }
span { border-color: rgb(139,123,29); }
td.TdClassName
{
border-color: #8B7B1D;
}
.TagClassName
{
border-color: #8B7B1D;
}
</style>