#8C7F1E

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

Shades of Lemon Ginger #8C7F1E

Tints of Lemon Ginger #8C7F1E

Color information

#8C7F1E (or 0x8C7F1E) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7F and 1E. RGB value is (140,127,30). Sum of RGB (Red+Green+Blue) = 140+127+30=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F1E is #7380E1. Grayscale: #787878. Windows color (decimal): -7569634 or 1998732. OLE color: 1998732.

HSL color Cylindrical-coordinate representation of color #8C7F1E: hue angle of 52.91º degrees, saturation: 0.65, 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 #8C7F1E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14012730-
CMYK00.090.790.45
HSL52.91º64.71%33.33%-
HSV(B)52.91º78.57%54.9%-
XYZ18.6420.854.27-
YUV119.8377.31142.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=47.14%
G=42.76%
B=10.10%

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
Decimal1401273000.090.790.4552.9164.7133.33
Hex8C7F1E094F2D354121
Octal21417736011117556510141
Binary100011001111111111100100110011111011011101011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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