Shades of Lemon Ginger #95841D
Tints of Lemon Ginger #95841D
RGB
CMYK
RGB Variations
Color information
#95841D (or 0x95841D) is known color: Lemon Ginger. HEX triplet: 95, 84 and 1D. RGB value is (149,132,29). Sum of RGB (Red+Green+Blue) = 149+132+29=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95841D is #6A7BE2. Grayscale: #7D7D7D. Windows color (decimal): -6978531 or 1934485. OLE color: 1934485.
HSL color Cylindrical-coordinate representation of color #95841D: hue angle of 51.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95841D is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 29 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.42 |
| HSL | 51.5º | 0.67% | 0.35% | - |
| HSV(B) | 51.5º | 0.81% | 0.58% | - |
| XYZ | 20.87 | 22.98 | 4.5 | - |
| YUV | 125.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 29 | 0 | 0.11 | 0.81 | 0.42 | 51.5 | 0.67 | 0.35 |
| Hex | 95 | 84 | 1D | 0 | B | 51 | 2A | 34 | 43 | 23 |
| Octal | 225 | 204 | 35 | 0 | 13 | 121 | 52 | 64 | 103 | 43 |
| Binary | 10010101 | 10000100 | 11101 | 0 | 1011 | 1010001 | 101010 | 110100 | 1000011 | 100011 |
Color Harmonies of #95841D
Complementary color
Monochromatic Colors of #95841D
Black with #95841D
Text Example
Text Example
White with #95841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95841D; }
p { color: rgb(149,132,29); }
H1.HeaderClassName
{
color: #95841D;
}
.AnyTagClassName
{
color: #95841D;
}
</style>
background-color css
<style>
a { background-color: #95841D; }
a { background-color: rgb(149,132,29); }
div.DivClassName
{
background-color: #95841D;
}
.BgClassName
{
background-color: #95841D;
}
</style>
border-color css
<style>
span { border-color: #95841D; }
span { border-color: rgb(149,132,29); }
td.TdClassName
{
border-color: #95841D;
}
.TagClassName
{
border-color: #95841D;
}
</style>