#987C2C

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

Shades of Lemon Ginger #987C2C

Tints of Lemon Ginger #987C2C

Color information

#987C2C (or 0x987C2C) is unknown color: approx Lemon Ginger. HEX triplet: 98, 7C and 2C. RGB value is (152,124,44). Sum of RGB (Red+Green+Blue) = 152+124+44=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #987C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C2C is #6783D3. Grayscale: #7B7B7B. Windows color (decimal): -6783956 or 2915480. OLE color: 2915480.

HSL color Cylindrical-coordinate representation of color #987C2C: hue angle of 44.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #987C2C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB15212444-
CMYK00.180.710.40
HSL44.44º55.1%38.43%-
HSV(B)44.44º71.05%59.61%-
XYZ20.6121.275.4-
YUV123.2583.28148.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 124 (48.83% from 255) = 38.75%
BLUE value IS 44 (17.58% from 255) = 13.75%
R=47.5%
G=38.75%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521244400.180.710.4044.4455.138.43
Hex987C2C01247282c3726
Octal2301745402210750546746
Binary1001100011111001011000100101000111101000101100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987C2C; }

 p { color: rgb(152,124,44); }

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

<style>
 a { background-color: #987C2C; }

 a { background-color: rgb(152,124,44); }

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

<style>
 span { border-color: #987C2C; }

 span { border-color: rgb(152,124,44); }

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