Shades of Lemon Ginger #9C832C
Tints of Lemon Ginger #9C832C
RGB
CMYK
RGB Variations
Color information
#9C832C (or 0x9C832C) is known color: Lemon Ginger. HEX triplet: 9C, 83 and 2C. RGB value is (156,131,44). Sum of RGB (Red+Green+Blue) = 156+131+44=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C832C is #637CD3. Grayscale: #808080. Windows color (decimal): -6520020 or 2917276. OLE color: 2917276.
HSL color Cylindrical-coordinate representation of color #9C832C: hue angle of 46.61º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C832C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 44 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.39 |
| HSL | 46.61º | 0.56% | 0.39% | - |
| HSV(B) | 46.61º | 0.72% | 0.61% | - |
| XYZ | 22.28 | 23.48 | 5.74 | - |
| YUV | 128.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 44 | 0 | 0.16 | 0.72 | 0.39 | 46.61 | 0.56 | 0.39 |
| Hex | 9C | 83 | 2C | 0 | 10 | 48 | 27 | 2F | 38 | 27 |
| Octal | 234 | 203 | 54 | 0 | 20 | 110 | 47 | 57 | 70 | 47 |
| Binary | 10011100 | 10000011 | 101100 | 0 | 10000 | 1001000 | 100111 | 101111 | 111000 | 100111 |
Color Harmonies of #9C832C
Complementary color
Monochromatic Colors of #9C832C
Black with #9C832C
Text Example
Text Example
White with #9C832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C832C; }
p { color: rgb(156,131,44); }
H1.HeaderClassName
{
color: #9C832C;
}
.AnyTagClassName
{
color: #9C832C;
}
</style>
background-color css
<style>
a { background-color: #9C832C; }
a { background-color: rgb(156,131,44); }
div.DivClassName
{
background-color: #9C832C;
}
.BgClassName
{
background-color: #9C832C;
}
</style>
border-color css
<style>
span { border-color: #9C832C; }
span { border-color: rgb(156,131,44); }
td.TdClassName
{
border-color: #9C832C;
}
.TagClassName
{
border-color: #9C832C;
}
</style>