#9F872C

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

Shades of Lemon Ginger #9F872C

Tints of Lemon Ginger #9F872C

Color information

#9F872C (or 0x9F872C) is unknown color: approx Lemon Ginger. HEX triplet: 9F, 87 and 2C. RGB value is (159,135,44). Sum of RGB (Red+Green+Blue) = 159+135+44=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F872C is #6078D3. Grayscale: #848484. Windows color (decimal): -6322388 or 2918303. OLE color: 2918303.

HSL color Cylindrical-coordinate representation of color #9F872C: hue angle of 47.48º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F872C is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15913544-
CMYK00.150.720.38
HSL47.48º56.65%39.8%-
HSV(B)47.48º72.33%62.35%-
XYZ23.4224.885.95-
YUV131.878.45147.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 44 (17.58% from 255) = 13.02%
R=47.04%
G=39.94%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591354400.150.720.3847.4856.6539.8
Hex9F872C0F48262f3928
Octal2372075401711046577150
Binary1001111110000111101100011111001000100110101111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,135,44); }

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

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

 a { background-color: rgb(159,135,44); }

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

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

 span { border-color: rgb(159,135,44); }

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