#827456

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

Shades of Shadow #827456

Tints of Shadow #827456

Color information

#827456 (or 0x827456) is unknown color: approx Shadow. HEX triplet: 82, 74 and 56. RGB value is (130,116,86). Sum of RGB (Red+Green+Blue) = 130+116+86=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827456 is #7D8BA9. Grayscale: #747474. Windows color (decimal): -8227754 or 5665922. OLE color: 5665922.

HSL color Cylindrical-coordinate representation of color #827456: hue angle of 40.91º 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 #827456 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB13011686-
CMYK00.110.340.49
HSL40.91º20.37%42.35%-
HSV(B)40.91º33.85%50.98%-
XYZ17.1317.9111.36-
YUV116.77110.64137.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=39.16%
G=34.94%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301168600.110.340.4940.9120.3742.35
Hex8274560B223129142a
Octal2021641260134261512452
Binary10000010111010010101100101110001011000110100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827456; }

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

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

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

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

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

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

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

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