#8C7F1D

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

Shades of Lemon Ginger #8C7F1D

Tints of Lemon Ginger #8C7F1D

Color information

#8C7F1D (or 0x8C7F1D) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7F and 1D. RGB value is (140,127,29). Sum of RGB (Red+Green+Blue) = 140+127+29=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F1D is #7380E2. Grayscale: #787878. Windows color (decimal): -7569635 or 1933196. OLE color: 1933196.

HSL color Cylindrical-coordinate representation of color #8C7F1D: hue angle of 52.97º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C7F1D is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14012729-
CMYK00.090.790.45
HSL52.97º65.68%33.14%-
HSV(B)52.97º79.29%54.9%-
XYZ18.6320.844.2-
YUV119.7176.81142.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 127 (50% from 255) = 42.91%
BLUE value IS 29 (11.72% from 255) = 9.80%
R=47.30%
G=42.91%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401272900.090.790.4552.9765.6833.14
Hex8C7F1D094F2D354221
Octal21417735011117556510241
Binary100011001111111111010100110011111011011101011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,29); }

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

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

 a { background-color: rgb(140,127,29); }

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

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

 span { border-color: rgb(140,127,29); }

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