#827556

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

Shades of Shadow #827556

Tints of Shadow #827556

Color information

#827556 (or 0x827556) is unknown color: approx Shadow. HEX triplet: 82, 75 and 56. RGB value is (130,117,86). Sum of RGB (Red+Green+Blue) = 130+117+86=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #827556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827556 is #7D8AA9. Grayscale: #757575. Windows color (decimal): -8227498 or 5666178. OLE color: 5666178.

HSL color Cylindrical-coordinate representation of color #827556: hue angle of 42.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827556 is Cyan = 0, Magento = 0.1, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB13011786-
CMYK00.10.340.49
HSL42.27º20.37%42.35%-
HSV(B)42.27º33.85%50.98%-
XYZ17.2518.1411.4-
YUV117.35110.31137.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=39.04%
G=35.14%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301178600.10.340.4942.2720.3742.35
Hex8275560A22312a142a
Octal2021651260124261522452
Binary10000010111010110101100101010001011000110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827556; }

 p { color: rgb(130,117,86); }

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

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

 a { background-color: rgb(130,117,86); }

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

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

 span { border-color: rgb(130,117,86); }

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