#8C7F2E

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

Shades of Lemon Ginger #8C7F2E

Tints of Lemon Ginger #8C7F2E

Color information

#8C7F2E (or 0x8C7F2E) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7F and 2E. RGB value is (140,127,46). Sum of RGB (Red+Green+Blue) = 140+127+46=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F2E is #7380D1. Grayscale: #797979. Windows color (decimal): -7569618 or 3047308. OLE color: 3047308.

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

Color convert

RGB14012746-
CMYK00.090.670.45
HSL51.7º50.54%36.47%-
HSV(B)51.7º67.14%54.9%-
XYZ18.920.955.63-
YUV121.6585.31141.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=44.73%
G=40.58%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401274600.090.670.4551.750.5436.47
Hex8C7F2E09432D343324
Octal2141775601110355646344
Binary100011001111111101110010011000011101101110100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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