Shades of Lemon Ginger #95872E
Tints of Lemon Ginger #95872E
RGB
CMYK
RGB Variations
Color information
#95872E (or 0x95872E) is known color: Lemon Ginger. HEX triplet: 95, 87 and 2E. RGB value is (149,135,46). Sum of RGB (Red+Green+Blue) = 149+135+46=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95872E is #6A78D1. Grayscale: #818181. Windows color (decimal): -6977746 or 3049365. OLE color: 3049365.
HSL color Cylindrical-coordinate representation of color #95872E: hue angle of 51.84º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95872E is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 46 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.42 |
| HSL | 51.84º | 0.53% | 0.38% | - |
| HSV(B) | 51.84º | 0.69% | 0.58% | - |
| XYZ | 21.55 | 23.91 | 6.06 | - |
| YUV | 129.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 46 | 0 | 0.09 | 0.69 | 0.42 | 51.84 | 0.53 | 0.38 |
| Hex | 95 | 87 | 2E | 0 | 9 | 45 | 2A | 34 | 35 | 26 |
| Octal | 225 | 207 | 56 | 0 | 11 | 105 | 52 | 64 | 65 | 46 |
| Binary | 10010101 | 10000111 | 101110 | 0 | 1001 | 1000101 | 101010 | 110100 | 110101 | 100110 |
Color Harmonies of #95872E
Complementary color
Monochromatic Colors of #95872E
Black with #95872E
Text Example
Text Example
White with #95872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95872E; }
p { color: rgb(149,135,46); }
H1.HeaderClassName
{
color: #95872E;
}
.AnyTagClassName
{
color: #95872E;
}
</style>
background-color css
<style>
a { background-color: #95872E; }
a { background-color: rgb(149,135,46); }
div.DivClassName
{
background-color: #95872E;
}
.BgClassName
{
background-color: #95872E;
}
</style>
border-color css
<style>
span { border-color: #95872E; }
span { border-color: rgb(149,135,46); }
td.TdClassName
{
border-color: #95872E;
}
.TagClassName
{
border-color: #95872E;
}
</style>