#826E51

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

Shades of Shadow #826E51

Tints of Shadow #826E51

Color information

#826E51 (or 0x826E51) is unknown color: approx Shadow. HEX triplet: 82, 6E and 51. RGB value is (130,110,81). Sum of RGB (Red+Green+Blue) = 130+110+81=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #826E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E51 is #7D91AE. Grayscale: #707070. Windows color (decimal): -8229295 or 5336706. OLE color: 5336706.

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

Color convert

RGB13011081-
CMYK00.150.380.49
HSL35.51º23.22%41.37%-
HSV(B)35.51º37.69%50.98%-
XYZ16.2716.4910.11-
YUV112.67110.13140.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=40.50%
G=34.27%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301108100.150.380.4935.5123.2241.37
Hex826E510F2631241729
Octal2021561210174661442751
Binary10000010110111010100010111110011011000110010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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