Shades of Lemon Ginger #917B2B
Tints of Lemon Ginger #917B2B
RGB
CMYK
RGB Variations
Color information
#917B2B (or 0x917B2B) is known color: Lemon Ginger. HEX triplet: 91, 7B and 2B. RGB value is (145,123,43). Sum of RGB (Red+Green+Blue) = 145+123+43=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #917B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B2B is #6E84D4. Grayscale: #787878. Windows color (decimal): -7242965 or 2849681. OLE color: 2849681.
HSL color Cylindrical-coordinate representation of color #917B2B: hue angle of 47.06º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #917B2B is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 43 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.43 |
| HSL | 47.06º | 0.54% | 0.37% | - |
| HSV(B) | 47.06º | 0.7% | 0.57% | - |
| XYZ | 19.2 | 20.36 | 5.2 | - |
| YUV | 120.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 43 | 0 | 0.15 | 0.70 | 0.43 | 47.06 | 0.54 | 0.37 |
| Hex | 91 | 7B | 2B | 0 | F | 46 | 2B | 2F | 36 | 25 |
| Octal | 221 | 173 | 53 | 0 | 17 | 106 | 53 | 57 | 66 | 45 |
| Binary | 10010001 | 1111011 | 101011 | 0 | 1111 | 1000110 | 101011 | 101111 | 110110 | 100101 |
Color Harmonies of #917B2B
Complementary color
Monochromatic Colors of #917B2B
Black with #917B2B
Text Example
Text Example
White with #917B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B2B; }
p { color: rgb(145,123,43); }
H1.HeaderClassName
{
color: #917B2B;
}
.AnyTagClassName
{
color: #917B2B;
}
</style>
background-color css
<style>
a { background-color: #917B2B; }
a { background-color: rgb(145,123,43); }
div.DivClassName
{
background-color: #917B2B;
}
.BgClassName
{
background-color: #917B2B;
}
</style>
border-color css
<style>
span { border-color: #917B2B; }
span { border-color: rgb(145,123,43); }
td.TdClassName
{
border-color: #917B2B;
}
.TagClassName
{
border-color: #917B2B;
}
</style>