#826E53

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

Shades of Shadow #826E53

Tints of Shadow #826E53

Color information

#826E53 (or 0x826E53) is unknown color: approx Shadow. HEX triplet: 82, 6E and 53. RGB value is (130,110,83). Sum of RGB (Red+Green+Blue) = 130+110+83=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #826E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E53 is #7D91AC. Grayscale: #717171. Windows color (decimal): -8229293 or 5467778. OLE color: 5467778.

HSL color Cylindrical-coordinate representation of color #826E53: hue angle of 34.47º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826E53 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB13011083-
CMYK00.150.360.49
HSL34.47º22.07%41.76%-
HSV(B)34.47º36.15%50.98%-
XYZ16.3416.5210.51-
YUV112.9111.13140.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=40.25%
G=34.06%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301108300.150.360.4934.4722.0741.76
Hex826E530F243122162a
Octal2021561230174461422652
Binary10000010110111010100110111110010011000110001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E53; }

 p { color: rgb(130,110,83); }

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

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

 a { background-color: rgb(130,110,83); }

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

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

 span { border-color: rgb(130,110,83); }

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