Shades of Lemon Ginger #8F8327
Tints of Lemon Ginger #8F8327
RGB
CMYK
RGB Variations
Color information
#8F8327 (or 0x8F8327) is known color: Lemon Ginger. HEX triplet: 8F, 83 and 27. RGB value is (143,131,39). Sum of RGB (Red+Green+Blue) = 143+131+39=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8327 is #707CD8. Grayscale: #7C7C7C. Windows color (decimal): -7371993 or 2589583. OLE color: 2589583.
HSL color Cylindrical-coordinate representation of color #8F8327: hue angle of 53.08º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F8327 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 39 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.44 |
| HSL | 53.08º | 0.57% | 0.36% | - |
| HSV(B) | 53.08º | 0.73% | 0.56% | - |
| XYZ | 19.81 | 22.22 | 5.16 | - |
| YUV | 124.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 39 | 0 | 0.08 | 0.73 | 0.44 | 53.08 | 0.57 | 0.36 |
| Hex | 8F | 83 | 27 | 0 | 8 | 49 | 2C | 35 | 39 | 24 |
| Octal | 217 | 203 | 47 | 0 | 10 | 111 | 54 | 65 | 71 | 44 |
| Binary | 10001111 | 10000011 | 100111 | 0 | 1000 | 1001001 | 101100 | 110101 | 111001 | 100100 |
Color Harmonies of #8F8327
Complementary color
Monochromatic Colors of #8F8327
Black with #8F8327
Text Example
Text Example
White with #8F8327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8327; }
p { color: rgb(143,131,39); }
H1.HeaderClassName
{
color: #8F8327;
}
.AnyTagClassName
{
color: #8F8327;
}
</style>
background-color css
<style>
a { background-color: #8F8327; }
a { background-color: rgb(143,131,39); }
div.DivClassName
{
background-color: #8F8327;
}
.BgClassName
{
background-color: #8F8327;
}
</style>
border-color css
<style>
span { border-color: #8F8327; }
span { border-color: rgb(143,131,39); }
td.TdClassName
{
border-color: #8F8327;
}
.TagClassName
{
border-color: #8F8327;
}
</style>