#9C8035

Color #9C8035 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #9C8035

Tints of Lemon Ginger #9C8035

Color information

#9C8035 (or 0x9C8035) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 80 and 35. RGB value is (156,128,53). Sum of RGB (Red+Green+Blue) = 156+128+53=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8035 is #637FCA. Grayscale: #808080. Windows color (decimal): -6520779 or 3506332. OLE color: 3506332.

HSL color Cylindrical-coordinate representation of color #9C8035: hue angle of 43.69º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C8035 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB15612853-
CMYK00.180.660.39
HSL43.69º49.28%40.98%-
HSV(B)43.69º66.03%61.18%-
XYZ22.0722.766.6-
YUV127.8285.78148.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 53 (21.09% from 255) = 15.73%
R=46.29%
G=37.98%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561285300.180.660.3943.6949.2840.98
Hex9C803501242272c3129
Octal2342006502210247546151
Binary10011100100000001101010100101000010100111101100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8035; }

 p { color: rgb(156,128,53); }

 H1.HeaderClassName
 {
   color: #9C8035;
 }
 .AnyTagClassName
 {
   color: #9C8035;
 }
</style>
background-color css

<style>
 a { background-color: #9C8035; }

 a { background-color: rgb(156,128,53); }

 div.DivClassName
 {
   background-color: #9C8035;
 }
 .BgClassName
 {
   background-color: #9C8035;
 }
</style>
border-color css

<style>
 span { border-color: #9C8035; }

 span { border-color: rgb(156,128,53); }

 td.TdClassName
 {
   border-color: #9C8035;
 }
 .TagClassName
 {
   border-color: #9C8035;
 }
</style>