Shades of Lemon Ginger #91831B
Tints of Lemon Ginger #91831B
RGB
CMYK
RGB Variations
Color information
#91831B (or 0x91831B) is known color: Lemon Ginger. HEX triplet: 91, 83 and 1B. RGB value is (145,131,27). Sum of RGB (Red+Green+Blue) = 145+131+27=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91831B is #6E7CE4. Grayscale: #7B7B7B. Windows color (decimal): -7240933 or 1803153. OLE color: 1803153.
HSL color Cylindrical-coordinate representation of color #91831B: hue angle of 52.88º 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 #91831B is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 27 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.43 |
| HSL | 52.88º | 0.69% | 0.34% | - |
| HSV(B) | 52.88º | 0.81% | 0.57% | - |
| XYZ | 19.99 | 22.33 | 4.29 | - |
| YUV | 123.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 27 | 0 | 0.10 | 0.81 | 0.43 | 52.88 | 0.69 | 0.34 |
| Hex | 91 | 83 | 1B | 0 | A | 51 | 2B | 35 | 45 | 22 |
| Octal | 221 | 203 | 33 | 0 | 12 | 121 | 53 | 65 | 105 | 42 |
| Binary | 10010001 | 10000011 | 11011 | 0 | 1010 | 1010001 | 101011 | 110101 | 1000101 | 100010 |
Color Harmonies of #91831B
Complementary color
Monochromatic Colors of #91831B
Black with #91831B
Text Example
Text Example
White with #91831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91831B; }
p { color: rgb(145,131,27); }
H1.HeaderClassName
{
color: #91831B;
}
.AnyTagClassName
{
color: #91831B;
}
</style>
background-color css
<style>
a { background-color: #91831B; }
a { background-color: rgb(145,131,27); }
div.DivClassName
{
background-color: #91831B;
}
.BgClassName
{
background-color: #91831B;
}
</style>
border-color css
<style>
span { border-color: #91831B; }
span { border-color: rgb(145,131,27); }
td.TdClassName
{
border-color: #91831B;
}
.TagClassName
{
border-color: #91831B;
}
</style>