Shades of Lemon Ginger #917C1C
Tints of Lemon Ginger #917C1C
RGB
CMYK
RGB Variations
Color information
#917C1C (or 0x917C1C) is known color: Lemon Ginger. HEX triplet: 91, 7C and 1C. RGB value is (145,124,28). Sum of RGB (Red+Green+Blue) = 145+124+28=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #917C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C1C is #6E83E3. Grayscale: #777777. Windows color (decimal): -7242724 or 1866897. OLE color: 1866897.
HSL color Cylindrical-coordinate representation of color #917C1C: hue angle of 49.23º degrees, saturation: 0.68, 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 #917C1C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 28 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.43 |
| HSL | 49.23º | 0.68% | 0.34% | - |
| HSV(B) | 49.23º | 0.81% | 0.57% | - |
| XYZ | 19.09 | 20.52 | 4.05 | - |
| YUV | 119.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 28 | 0 | 0.14 | 0.81 | 0.43 | 49.23 | 0.68 | 0.34 |
| Hex | 91 | 7C | 1C | 0 | E | 51 | 2B | 31 | 44 | 22 |
| Octal | 221 | 174 | 34 | 0 | 16 | 121 | 53 | 61 | 104 | 42 |
| Binary | 10010001 | 1111100 | 11100 | 0 | 1110 | 1010001 | 101011 | 110001 | 1000100 | 100010 |
Color Harmonies of #917C1C
Complementary color
Monochromatic Colors of #917C1C
Black with #917C1C
Text Example
Text Example
White with #917C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C1C; }
p { color: rgb(145,124,28); }
H1.HeaderClassName
{
color: #917C1C;
}
.AnyTagClassName
{
color: #917C1C;
}
</style>
background-color css
<style>
a { background-color: #917C1C; }
a { background-color: rgb(145,124,28); }
div.DivClassName
{
background-color: #917C1C;
}
.BgClassName
{
background-color: #917C1C;
}
</style>
border-color css
<style>
span { border-color: #917C1C; }
span { border-color: rgb(145,124,28); }
td.TdClassName
{
border-color: #917C1C;
}
.TagClassName
{
border-color: #917C1C;
}
</style>