Shades of Lemon Ginger #95882D
Tints of Lemon Ginger #95882D
RGB
CMYK
RGB Variations
Color information
#95882D (or 0x95882D) is known color: Lemon Ginger. HEX triplet: 95, 88 and 2D. RGB value is (149,136,45). Sum of RGB (Red+Green+Blue) = 149+136+45=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95882D is #6A77D2. Grayscale: #818181. Windows color (decimal): -6977491 or 2984085. OLE color: 2984085.
HSL color Cylindrical-coordinate representation of color #95882D: hue angle of 52.5º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95882D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 45 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.42 |
| HSL | 52.5º | 0.54% | 0.38% | - |
| HSV(B) | 52.5º | 0.7% | 0.58% | - |
| XYZ | 21.67 | 24.19 | 6.01 | - |
| YUV | 129.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 45 | 0 | 0.09 | 0.70 | 0.42 | 52.5 | 0.54 | 0.38 |
| Hex | 95 | 88 | 2D | 0 | 9 | 46 | 2A | 34 | 36 | 26 |
| Octal | 225 | 210 | 55 | 0 | 11 | 106 | 52 | 64 | 66 | 46 |
| Binary | 10010101 | 10001000 | 101101 | 0 | 1001 | 1000110 | 101010 | 110100 | 110110 | 100110 |
Color Harmonies of #95882D
Complementary color
Monochromatic Colors of #95882D
Black with #95882D
Text Example
Text Example
White with #95882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95882D; }
p { color: rgb(149,136,45); }
H1.HeaderClassName
{
color: #95882D;
}
.AnyTagClassName
{
color: #95882D;
}
</style>
background-color css
<style>
a { background-color: #95882D; }
a { background-color: rgb(149,136,45); }
div.DivClassName
{
background-color: #95882D;
}
.BgClassName
{
background-color: #95882D;
}
</style>
border-color css
<style>
span { border-color: #95882D; }
span { border-color: rgb(149,136,45); }
td.TdClassName
{
border-color: #95882D;
}
.TagClassName
{
border-color: #95882D;
}
</style>