#826A4C

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

Shades of Shadow #826A4C

Tints of Shadow #826A4C

Color information

#826A4C (or 0x826A4C) is unknown color: approx Shadow. HEX triplet: 82, 6A and 4C. RGB value is (130,106,76). Sum of RGB (Red+Green+Blue) = 130+106+76=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #826A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A4C is #7D95B3. Grayscale: #6D6D6D. Windows color (decimal): -8230324 or 5008002. OLE color: 5008002.

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

Color convert

RGB13010676-
CMYK00.180.420.49
HSL33.33º26.21%40.39%-
HSV(B)33.33º41.54%50.98%-
XYZ15.6615.589.02-
YUV109.76108.95142.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=41.67%
G=33.97%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301067600.180.420.4933.3326.2140.39
Hex826A4C0122A31211a28
Octal2021521140225261413250
Binary100000101101010100110001001010101011000110000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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