#8C7C32

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

Shades of Lemon Ginger #8C7C32

Tints of Lemon Ginger #8C7C32

Color information

#8C7C32 (or 0x8C7C32) is unknown color: approx Lemon Ginger. HEX triplet: 8C, 7C and 32. RGB value is (140,124,50). Sum of RGB (Red+Green+Blue) = 140+124+50=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7C32 is #7383CD. Grayscale: #787878. Windows color (decimal): -7570382 or 3308684. OLE color: 3308684.

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

Color convert

RGB14012450-
CMYK00.110.640.45
HSL49.33º47.37%37.25%-
HSV(B)49.33º64.29%54.9%-
XYZ18.620.225.94-
YUV120.3588.3142.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=44.59%
G=39.49%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401245000.110.640.4549.3347.3737.25
Hex8C7C320B402D312f25
Octal2141746201310055615745
Binary100011001111100110010010111000000101101110001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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