#80674C

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

Shades of Shadow #80674C

Tints of Shadow #80674C

Color information

#80674C (or 0x80674C) is unknown color: approx Shadow. HEX triplet: 80, 67 and 4C. RGB value is (128,103,76). Sum of RGB (Red+Green+Blue) = 128+103+76=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80674C is #7F98B3. Grayscale: #6B6B6B. Windows color (decimal): -8362164 or 5007232. OLE color: 5007232.

HSL color Cylindrical-coordinate representation of color #80674C: hue angle of 31.15º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80674C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB12810376-
CMYK00.200.410.50
HSL31.15º25.49%40%-
HSV(B)31.15º40.62%50.2%-
XYZ15.0614.818.9-
YUV107.4110.28142.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=41.69%
G=33.55%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281037600.200.410.5031.1525.4940
Hex80674C01429321f1928
Octal2001471140245162373150
Binary10000000110011110011000101001010011100101111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80674C; }

 p { color: rgb(128,103,76); }

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

<style>
 a { background-color: #80674C; }

 a { background-color: rgb(128,103,76); }

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

<style>
 span { border-color: #80674C; }

 span { border-color: rgb(128,103,76); }

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