#826A4D

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

Shades of Shadow #826A4D

Tints of Shadow #826A4D

Color information

#826A4D (or 0x826A4D) is unknown color: approx Shadow. HEX triplet: 82, 6A and 4D. RGB value is (130,106,77). Sum of RGB (Red+Green+Blue) = 130+106+77=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #826A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A4D is #7D95B2. Grayscale: #6E6E6E. Windows color (decimal): -8230323 or 5073538. OLE color: 5073538.

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

Color convert

RGB13010677-
CMYK00.180.410.49
HSL32.83º25.6%40.59%-
HSV(B)32.83º40.77%50.98%-
XYZ15.715.599.2-
YUV109.87109.45142.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=41.53%
G=33.87%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301067700.180.410.4932.8325.640.59
Hex826A4D0122931211a29
Octal2021521150225161413251
Binary100000101101010100110101001010100111000110000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,106,77); }

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

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

 a { background-color: rgb(130,106,77); }

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

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

 span { border-color: rgb(130,106,77); }

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