Shades of Lemon Ginger #8B8327
Tints of Lemon Ginger #8B8327
RGB
CMYK
RGB Variations
Color information
#8B8327 (or 0x8B8327) is known color: Lemon Ginger. HEX triplet: 8B, 83 and 27. RGB value is (139,131,39). Sum of RGB (Red+Green+Blue) = 139+131+39=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8327 is #747CD8. Grayscale: #7B7B7B. Windows color (decimal): -7634137 or 2589579. OLE color: 2589579.
HSL color Cylindrical-coordinate representation of color #8B8327: hue angle of 55.2º 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 #8B8327 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 131 | 39 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.45 |
| HSL | 55.2º | 0.56% | 0.35% | - |
| HSV(B) | 55.2º | 0.72% | 0.55% | - |
| XYZ | 19.13 | 21.87 | 5.13 | - |
| YUV | 122.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 39 | 0 | 0.06 | 0.72 | 0.45 | 55.2 | 0.56 | 0.35 |
| Hex | 8B | 83 | 27 | 0 | 6 | 48 | 2D | 37 | 38 | 23 |
| Octal | 213 | 203 | 47 | 0 | 6 | 110 | 55 | 67 | 70 | 43 |
| Binary | 10001011 | 10000011 | 100111 | 0 | 110 | 1001000 | 101101 | 110111 | 111000 | 100011 |
Color Harmonies of #8B8327
Complementary color
Monochromatic Colors of #8B8327
Black with #8B8327
Text Example
Text Example
White with #8B8327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8327; }
p { color: rgb(139,131,39); }
H1.HeaderClassName
{
color: #8B8327;
}
.AnyTagClassName
{
color: #8B8327;
}
</style>
background-color css
<style>
a { background-color: #8B8327; }
a { background-color: rgb(139,131,39); }
div.DivClassName
{
background-color: #8B8327;
}
.BgClassName
{
background-color: #8B8327;
}
</style>
border-color css
<style>
span { border-color: #8B8327; }
span { border-color: rgb(139,131,39); }
td.TdClassName
{
border-color: #8B8327;
}
.TagClassName
{
border-color: #8B8327;
}
</style>