#8C7648

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

Shades of Shadow #8C7648

Tints of Shadow #8C7648

Color information

#8C7648 (or 0x8C7648) is unknown color: approx Shadow. HEX triplet: 8C, 76 and 48. RGB value is (140,118,72). Sum of RGB (Red+Green+Blue) = 140+118+72=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7648 is #7389B7. Grayscale: #777777. Windows color (decimal): -7571896 or 4748940. OLE color: 4748940.

HSL color Cylindrical-coordinate representation of color #8C7648: hue angle of 40.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C7648 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB14011872-
CMYK00.160.490.45
HSL40.59º32.08%41.57%-
HSV(B)40.59º48.57%54.9%-
XYZ18.46198.83-
YUV119.33101.29142.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.42%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=42.42%
G=35.76%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401187200.160.490.4540.5932.0841.57
Hex8C7648010312D29202a
Octal2141661100206155514052
Binary1000110011101101001000010000110001101101101001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,118,72); }

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

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

 a { background-color: rgb(140,118,72); }

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

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

 span { border-color: rgb(140,118,72); }

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