Shades of Lemon Ginger #91881D
Tints of Lemon Ginger #91881D
RGB
CMYK
RGB Variations
Color information
#91881D (or 0x91881D) is known color: Lemon Ginger. HEX triplet: 91, 88 and 1D. RGB value is (145,136,29). Sum of RGB (Red+Green+Blue) = 145+136+29=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #91881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91881D is #6E77E2. Grayscale: #7E7E7E. Windows color (decimal): -7239651 or 1935505. OLE color: 1935505.
HSL color Cylindrical-coordinate representation of color #91881D: hue angle of 55.34º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91881D is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 29 | - |
| CMYK | 0 | 0.06 | 0.8 | 0.43 |
| HSL | 55.34º | 0.67% | 0.34% | - |
| HSV(B) | 55.34º | 0.8% | 0.57% | - |
| XYZ | 20.7 | 23.72 | 4.65 | - |
| YUV | 126.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 29 | 0 | 0.06 | 0.8 | 0.43 | 55.34 | 0.67 | 0.34 |
| Hex | 91 | 88 | 1D | 0 | 6 | 50 | 2B | 37 | 43 | 22 |
| Octal | 221 | 210 | 35 | 0 | 6 | 120 | 53 | 67 | 103 | 42 |
| Binary | 10010001 | 10001000 | 11101 | 0 | 110 | 1010000 | 101011 | 110111 | 1000011 | 100010 |
Color Harmonies of #91881D
Complementary color
Monochromatic Colors of #91881D
Black with #91881D
Text Example
Text Example
White with #91881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91881D; }
p { color: rgb(145,136,29); }
H1.HeaderClassName
{
color: #91881D;
}
.AnyTagClassName
{
color: #91881D;
}
</style>
background-color css
<style>
a { background-color: #91881D; }
a { background-color: rgb(145,136,29); }
div.DivClassName
{
background-color: #91881D;
}
.BgClassName
{
background-color: #91881D;
}
</style>
border-color css
<style>
span { border-color: #91881D; }
span { border-color: rgb(145,136,29); }
td.TdClassName
{
border-color: #91881D;
}
.TagClassName
{
border-color: #91881D;
}
</style>