Shades of Lemon Ginger #91831A
Tints of Lemon Ginger #91831A
RGB
CMYK
RGB Variations
Color information
#91831A (or 0x91831A) is known color: Lemon Ginger. HEX triplet: 91, 83 and 1A. RGB value is (145,131,26). Sum of RGB (Red+Green+Blue) = 145+131+26=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91831A is #6E7CE5. Grayscale: #7B7B7B. Windows color (decimal): -7240934 or 1737617. OLE color: 1737617.
HSL color Cylindrical-coordinate representation of color #91831A: hue angle of 52.94º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91831A is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 26 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.43 |
| HSL | 52.94º | 0.7% | 0.34% | - |
| HSV(B) | 52.94º | 0.82% | 0.57% | - |
| XYZ | 19.98 | 22.33 | 4.23 | - |
| YUV | 123.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 26 | 0 | 0.10 | 0.82 | 0.43 | 52.94 | 0.7 | 0.34 |
| Hex | 91 | 83 | 1A | 0 | A | 52 | 2B | 35 | 46 | 22 |
| Octal | 221 | 203 | 32 | 0 | 12 | 122 | 53 | 65 | 106 | 42 |
| Binary | 10010001 | 10000011 | 11010 | 0 | 1010 | 1010010 | 101011 | 110101 | 1000110 | 100010 |
Color Harmonies of #91831A
Complementary color
Monochromatic Colors of #91831A
Black with #91831A
Text Example
Text Example
White with #91831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91831A; }
p { color: rgb(145,131,26); }
H1.HeaderClassName
{
color: #91831A;
}
.AnyTagClassName
{
color: #91831A;
}
</style>
background-color css
<style>
a { background-color: #91831A; }
a { background-color: rgb(145,131,26); }
div.DivClassName
{
background-color: #91831A;
}
.BgClassName
{
background-color: #91831A;
}
</style>
border-color css
<style>
span { border-color: #91831A; }
span { border-color: rgb(145,131,26); }
td.TdClassName
{
border-color: #91831A;
}
.TagClassName
{
border-color: #91831A;
}
</style>