#8C7D31

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

Shades of Lemon Ginger #8C7D31

Tints of Lemon Ginger #8C7D31

Color information

#8C7D31 (or 0x8C7D31) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7D and 31. RGB value is (140,125,49). Sum of RGB (Red+Green+Blue) = 140+125+49=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D31 is #7382CE. Grayscale: #797979. Windows color (decimal): -7570127 or 3243404. OLE color: 3243404.

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

Color convert

RGB14012549-
CMYK00.110.650.45
HSL50.11º48.15%37.06%-
HSV(B)50.11º65%54.9%-
XYZ18.720.465.87-
YUV120.8287.47141.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=44.59%
G=39.81%
B=15.61%

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
Decimal1401254900.110.650.4550.1148.1537.06
Hex8C7D310B412D323025
Octal2141756101310155626045
Binary100011001111101110001010111000001101101110010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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