Shades of Lemon Ginger #8F7F36
Tints of Lemon Ginger #8F7F36
RGB
CMYK
RGB Variations
Color information
#8F7F36 (or 0x8F7F36) is known color: Lemon Ginger. HEX triplet: 8F, 7F and 36. RGB value is (143,127,54). Sum of RGB (Red+Green+Blue) = 143+127+54=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7F36 is #7080C9. Grayscale: #7B7B7B. Windows color (decimal): -7373002 or 3571599. OLE color: 3571599.
HSL color Cylindrical-coordinate representation of color #8F7F36: hue angle of 49.21º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F7F36 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 127 | 54 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.44 |
| HSL | 49.21º | 0.45% | 0.39% | - |
| HSV(B) | 49.21º | 0.62% | 0.56% | - |
| XYZ | 19.58 | 21.28 | 6.57 | - |
| YUV | 123.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 54 | 0 | 0.11 | 0.62 | 0.44 | 49.21 | 0.45 | 0.39 |
| Hex | 8F | 7F | 36 | 0 | B | 3E | 2C | 31 | 2D | 27 |
| Octal | 217 | 177 | 66 | 0 | 13 | 76 | 54 | 61 | 55 | 47 |
| Binary | 10001111 | 1111111 | 110110 | 0 | 1011 | 111110 | 101100 | 110001 | 101101 | 100111 |
Color Harmonies of #8F7F36
Complementary color
Monochromatic Colors of #8F7F36
Black with #8F7F36
Text Example
Text Example
White with #8F7F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F36; }
p { color: rgb(143,127,54); }
H1.HeaderClassName
{
color: #8F7F36;
}
.AnyTagClassName
{
color: #8F7F36;
}
</style>
background-color css
<style>
a { background-color: #8F7F36; }
a { background-color: rgb(143,127,54); }
div.DivClassName
{
background-color: #8F7F36;
}
.BgClassName
{
background-color: #8F7F36;
}
</style>
border-color css
<style>
span { border-color: #8F7F36; }
span { border-color: rgb(143,127,54); }
td.TdClassName
{
border-color: #8F7F36;
}
.TagClassName
{
border-color: #8F7F36;
}
</style>