Shades of Lemon Ginger #95852F
Tints of Lemon Ginger #95852F
RGB
CMYK
RGB Variations
Color information
#95852F (or 0x95852F) is known color: Lemon Ginger. HEX triplet: 95, 85 and 2F. RGB value is (149,133,47). Sum of RGB (Red+Green+Blue) = 149+133+47=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95852F is #6A7AD0. Grayscale: #808080. Windows color (decimal): -6978257 or 3114389. OLE color: 3114389.
HSL color Cylindrical-coordinate representation of color #95852F: hue angle of 50.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95852F is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 47 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.42 |
| HSL | 50.59º | 0.52% | 0.38% | - |
| HSV(B) | 50.59º | 0.68% | 0.58% | - |
| XYZ | 21.3 | 23.37 | 6.08 | - |
| YUV | 127.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 47 | 0 | 0.11 | 0.68 | 0.42 | 50.59 | 0.52 | 0.38 |
| Hex | 95 | 85 | 2F | 0 | B | 44 | 2A | 33 | 34 | 26 |
| Octal | 225 | 205 | 57 | 0 | 13 | 104 | 52 | 63 | 64 | 46 |
| Binary | 10010101 | 10000101 | 101111 | 0 | 1011 | 1000100 | 101010 | 110011 | 110100 | 100110 |
Color Harmonies of #95852F
Complementary color
Monochromatic Colors of #95852F
Black with #95852F
Text Example
Text Example
White with #95852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95852F; }
p { color: rgb(149,133,47); }
H1.HeaderClassName
{
color: #95852F;
}
.AnyTagClassName
{
color: #95852F;
}
</style>
background-color css
<style>
a { background-color: #95852F; }
a { background-color: rgb(149,133,47); }
div.DivClassName
{
background-color: #95852F;
}
.BgClassName
{
background-color: #95852F;
}
</style>
border-color css
<style>
span { border-color: #95852F; }
span { border-color: rgb(149,133,47); }
td.TdClassName
{
border-color: #95852F;
}
.TagClassName
{
border-color: #95852F;
}
</style>