#8C7D1C

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

Shades of Lemon Ginger #8C7D1C

Tints of Lemon Ginger #8C7D1C

Color information

#8C7D1C (or 0x8C7D1C) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7D and 1C. RGB value is (140,125,28). Sum of RGB (Red+Green+Blue) = 140+125+28=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D1C is #7382E3. Grayscale: #767676. Windows color (decimal): -7570148 or 1867148. OLE color: 1867148.

HSL color Cylindrical-coordinate representation of color #8C7D1C: hue angle of 51.96º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C7D1C is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB14012528-
CMYK00.110.800.45
HSL51.96º66.67%32.94%-
HSV(B)51.96º80%54.9%-
XYZ18.3620.334.05-
YUV118.4376.97143.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.78%
GREEN value IS 125 (49.22% from 255) = 42.66%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=47.78%
G=42.66%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401252800.110.800.4551.9666.6732.94
Hex8C7D1C0B502D344321
Octal21417534013120556410341
Binary100011001111101111000101110100001011011101001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7D1C; }

 p { color: rgb(140,125,28); }

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

<style>
 a { background-color: #8C7D1C; }

 a { background-color: rgb(140,125,28); }

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

<style>
 span { border-color: #8C7D1C; }

 span { border-color: rgb(140,125,28); }

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