Shades of Lemon Ginger #91821B
Tints of Lemon Ginger #91821B
RGB
CMYK
RGB Variations
Color information
#91821B (or 0x91821B) is known color: Lemon Ginger. HEX triplet: 91, 82 and 1B. RGB value is (145,130,27). Sum of RGB (Red+Green+Blue) = 145+130+27=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91821B is #6E7DE4. Grayscale: #7B7B7B. Windows color (decimal): -7241189 or 1802897. OLE color: 1802897.
HSL color Cylindrical-coordinate representation of color #91821B: hue angle of 52.37º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91821B is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 27 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.43 |
| HSL | 52.37º | 0.69% | 0.34% | - |
| HSV(B) | 52.37º | 0.81% | 0.57% | - |
| XYZ | 19.86 | 22.06 | 4.25 | - |
| YUV | 122.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 27 | 0 | 0.10 | 0.81 | 0.43 | 52.37 | 0.69 | 0.34 |
| Hex | 91 | 82 | 1B | 0 | A | 51 | 2B | 34 | 45 | 22 |
| Octal | 221 | 202 | 33 | 0 | 12 | 121 | 53 | 64 | 105 | 42 |
| Binary | 10010001 | 10000010 | 11011 | 0 | 1010 | 1010001 | 101011 | 110100 | 1000101 | 100010 |
Color Harmonies of #91821B
Complementary color
Monochromatic Colors of #91821B
Black with #91821B
Text Example
Text Example
White with #91821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91821B; }
p { color: rgb(145,130,27); }
H1.HeaderClassName
{
color: #91821B;
}
.AnyTagClassName
{
color: #91821B;
}
</style>
background-color css
<style>
a { background-color: #91821B; }
a { background-color: rgb(145,130,27); }
div.DivClassName
{
background-color: #91821B;
}
.BgClassName
{
background-color: #91821B;
}
</style>
border-color css
<style>
span { border-color: #91821B; }
span { border-color: rgb(145,130,27); }
td.TdClassName
{
border-color: #91821B;
}
.TagClassName
{
border-color: #91821B;
}
</style>