Shades of Lemon Ginger #91812E
Tints of Lemon Ginger #91812E
RGB
CMYK
RGB Variations
Color information
#91812E (or 0x91812E) is known color: Lemon Ginger. HEX triplet: 91, 81 and 2E. RGB value is (145,129,46). Sum of RGB (Red+Green+Blue) = 145+129+46=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91812E is #6E7ED1. Grayscale: #7C7C7C. Windows color (decimal): -7241426 or 3047825. OLE color: 3047825.
HSL color Cylindrical-coordinate representation of color #91812E: hue angle of 50.3º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91812E is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 46 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.43 |
| HSL | 50.3º | 0.52% | 0.37% | - |
| HSV(B) | 50.3º | 0.68% | 0.57% | - |
| XYZ | 20.02 | 21.92 | 5.76 | - |
| YUV | 124.32 | 83.8 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 46 | 0 | 0.11 | 0.68 | 0.43 | 50.3 | 0.52 | 0.37 |
| Hex | 91 | 81 | 2E | 0 | B | 44 | 2B | 32 | 34 | 25 |
| Octal | 221 | 201 | 56 | 0 | 13 | 104 | 53 | 62 | 64 | 45 |
| Binary | 10010001 | 10000001 | 101110 | 0 | 1011 | 1000100 | 101011 | 110010 | 110100 | 100101 |
Color Harmonies of #91812E
Complementary color
Monochromatic Colors of #91812E
Black with #91812E
Text Example
Text Example
White with #91812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91812E; }
p { color: rgb(145,129,46); }
H1.HeaderClassName
{
color: #91812E;
}
.AnyTagClassName
{
color: #91812E;
}
</style>
background-color css
<style>
a { background-color: #91812E; }
a { background-color: rgb(145,129,46); }
div.DivClassName
{
background-color: #91812E;
}
.BgClassName
{
background-color: #91812E;
}
</style>
border-color css
<style>
span { border-color: #91812E; }
span { border-color: rgb(145,129,46); }
td.TdClassName
{
border-color: #91812E;
}
.TagClassName
{
border-color: #91812E;
}
</style>