Shades of Lemon Ginger #91871B
Tints of Lemon Ginger #91871B
RGB
CMYK
RGB Variations
Color information
#91871B (or 0x91871B) is known color: Lemon Ginger. HEX triplet: 91, 87 and 1B. RGB value is (145,135,27). Sum of RGB (Red+Green+Blue) = 145+135+27=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91871B is #6E78E4. Grayscale: #7E7E7E. Windows color (decimal): -7239909 or 1804177. OLE color: 1804177.
HSL color Cylindrical-coordinate representation of color #91871B: hue angle of 54.92º 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 #91871B is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 27 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.43 |
| HSL | 54.92º | 0.69% | 0.34% | - |
| HSV(B) | 54.92º | 0.81% | 0.57% | - |
| XYZ | 20.54 | 23.43 | 4.48 | - |
| YUV | 125.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 27 | 0 | 0.07 | 0.81 | 0.43 | 54.92 | 0.69 | 0.34 |
| Hex | 91 | 87 | 1B | 0 | 7 | 51 | 2B | 37 | 45 | 22 |
| Octal | 221 | 207 | 33 | 0 | 7 | 121 | 53 | 67 | 105 | 42 |
| Binary | 10010001 | 10000111 | 11011 | 0 | 111 | 1010001 | 101011 | 110111 | 1000101 | 100010 |
Color Harmonies of #91871B
Complementary color
Monochromatic Colors of #91871B
Black with #91871B
Text Example
Text Example
White with #91871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91871B; }
p { color: rgb(145,135,27); }
H1.HeaderClassName
{
color: #91871B;
}
.AnyTagClassName
{
color: #91871B;
}
</style>
background-color css
<style>
a { background-color: #91871B; }
a { background-color: rgb(145,135,27); }
div.DivClassName
{
background-color: #91871B;
}
.BgClassName
{
background-color: #91871B;
}
</style>
border-color css
<style>
span { border-color: #91871B; }
span { border-color: rgb(145,135,27); }
td.TdClassName
{
border-color: #91871B;
}
.TagClassName
{
border-color: #91871B;
}
</style>