Shades of Lemon Ginger #8B7B27
Tints of Lemon Ginger #8B7B27
RGB
CMYK
RGB Variations
Color information
#8B7B27 (or 0x8B7B27) is known color: Lemon Ginger. HEX triplet: 8B, 7B and 27. RGB value is (139,123,39). Sum of RGB (Red+Green+Blue) = 139+123+39=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B27 is #7484D8. Grayscale: #767676. Windows color (decimal): -7636185 or 2587531. OLE color: 2587531.
HSL color Cylindrical-coordinate representation of color #8B7B27: hue angle of 50.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B7B27 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 39 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.45 |
| HSL | 50.4º | 0.56% | 0.35% | - |
| HSV(B) | 50.4º | 0.72% | 0.55% | - |
| XYZ | 18.1 | 19.8 | 4.79 | - |
| YUV | 118.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 39 | 0 | 0.12 | 0.72 | 0.45 | 50.4 | 0.56 | 0.35 |
| Hex | 8B | 7B | 27 | 0 | C | 48 | 2D | 32 | 38 | 23 |
| Octal | 213 | 173 | 47 | 0 | 14 | 110 | 55 | 62 | 70 | 43 |
| Binary | 10001011 | 1111011 | 100111 | 0 | 1100 | 1001000 | 101101 | 110010 | 111000 | 100011 |
Color Harmonies of #8B7B27
Complementary color
Monochromatic Colors of #8B7B27
Black with #8B7B27
Text Example
Text Example
White with #8B7B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B27; }
p { color: rgb(139,123,39); }
H1.HeaderClassName
{
color: #8B7B27;
}
.AnyTagClassName
{
color: #8B7B27;
}
</style>
background-color css
<style>
a { background-color: #8B7B27; }
a { background-color: rgb(139,123,39); }
div.DivClassName
{
background-color: #8B7B27;
}
.BgClassName
{
background-color: #8B7B27;
}
</style>
border-color css
<style>
span { border-color: #8B7B27; }
span { border-color: rgb(139,123,39); }
td.TdClassName
{
border-color: #8B7B27;
}
.TagClassName
{
border-color: #8B7B27;
}
</style>