#827356

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

Shades of Shadow #827356

Tints of Shadow #827356

Color information

#827356 (or 0x827356) is unknown color: approx Shadow. HEX triplet: 82, 73 and 56. RGB value is (130,115,86). Sum of RGB (Red+Green+Blue) = 130+115+86=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827356 is #7D8CA9. Grayscale: #747474. Windows color (decimal): -8228010 or 5665666. OLE color: 5665666.

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

Color convert

RGB13011586-
CMYK00.120.340.49
HSL39.55º20.37%42.35%-
HSV(B)39.55º33.85%50.98%-
XYZ17.0217.6811.32-
YUV116.18110.97137.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=39.27%
G=34.74%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301158600.120.340.4939.5520.3742.35
Hex8273560C223128142a
Octal2021631260144261502452
Binary10000010111001110101100110010001011000110100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827356; }

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

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

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

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

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

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

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

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