#8C7C31

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

Shades of Lemon Ginger #8C7C31

Tints of Lemon Ginger #8C7C31

Color information

#8C7C31 (or 0x8C7C31) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7C and 31. RGB value is (140,124,49). Sum of RGB (Red+Green+Blue) = 140+124+49=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7C31 is #7383CE. Grayscale: #787878. Windows color (decimal): -7570383 or 3243148. OLE color: 3243148.

HSL color Cylindrical-coordinate representation of color #8C7C31: hue angle of 49.45º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C7C31 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB14012449-
CMYK00.110.650.45
HSL49.45º48.15%37.06%-
HSV(B)49.45º65%54.9%-
XYZ18.5820.215.83-
YUV120.2387.8142.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=44.73%
G=39.62%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401244900.110.650.4549.4548.1537.06
Hex8C7C310B412D313025
Octal2141746101310155616045
Binary100011001111100110001010111000001101101110001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,124,49); }

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

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

 a { background-color: rgb(140,124,49); }

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

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

 span { border-color: rgb(140,124,49); }

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