Shades of Lemon Ginger #95862E
Tints of Lemon Ginger #95862E
RGB
CMYK
RGB Variations
Color information
#95862E (or 0x95862E) is known color: Lemon Ginger. HEX triplet: 95, 86 and 2E. RGB value is (149,134,46). Sum of RGB (Red+Green+Blue) = 149+134+46=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95862E is #6A79D1. Grayscale: #808080. Windows color (decimal): -6978002 or 3049109. OLE color: 3049109.
HSL color Cylindrical-coordinate representation of color #95862E: hue angle of 51.26º 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 #95862E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 46 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.42 |
| HSL | 51.26º | 0.53% | 0.38% | - |
| HSV(B) | 51.26º | 0.69% | 0.58% | - |
| XYZ | 21.41 | 23.64 | 6.02 | - |
| YUV | 128.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 46 | 0 | 0.10 | 0.69 | 0.42 | 51.26 | 0.53 | 0.38 |
| Hex | 95 | 86 | 2E | 0 | A | 45 | 2A | 33 | 35 | 26 |
| Octal | 225 | 206 | 56 | 0 | 12 | 105 | 52 | 63 | 65 | 46 |
| Binary | 10010101 | 10000110 | 101110 | 0 | 1010 | 1000101 | 101010 | 110011 | 110101 | 100110 |
Color Harmonies of #95862E
Complementary color
Monochromatic Colors of #95862E
Black with #95862E
Text Example
Text Example
White with #95862E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95862E; }
p { color: rgb(149,134,46); }
H1.HeaderClassName
{
color: #95862E;
}
.AnyTagClassName
{
color: #95862E;
}
</style>
background-color css
<style>
a { background-color: #95862E; }
a { background-color: rgb(149,134,46); }
div.DivClassName
{
background-color: #95862E;
}
.BgClassName
{
background-color: #95862E;
}
</style>
border-color css
<style>
span { border-color: #95862E; }
span { border-color: rgb(149,134,46); }
td.TdClassName
{
border-color: #95862E;
}
.TagClassName
{
border-color: #95862E;
}
</style>