#8C7F26

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

Shades of Lemon Ginger #8C7F26

Tints of Lemon Ginger #8C7F26

Color information

#8C7F26 (or 0x8C7F26) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7F and 26. RGB value is (140,127,38). Sum of RGB (Red+Green+Blue) = 140+127+38=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F26 is #7380D9. Grayscale: #797979. Windows color (decimal): -7569626 or 2523020. OLE color: 2523020.

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

Color convert

RGB14012738-
CMYK00.090.730.45
HSL52.35º57.3%34.9%-
HSV(B)52.35º72.86%54.9%-
XYZ18.7520.894.88-
YUV120.7481.31141.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=45.90%
G=41.64%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401273800.090.730.4552.3557.334.9
Hex8C7F2609492D343923
Octal2141774601111155647143
Binary100011001111111100110010011001001101101110100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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