#826A4F

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

Shades of Shadow #826A4F

Tints of Shadow #826A4F

Color information

#826A4F (or 0x826A4F) is unknown color: approx Shadow. HEX triplet: 82, 6A and 4F. RGB value is (130,106,79). Sum of RGB (Red+Green+Blue) = 130+106+79=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #826A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A4F is #7D95B0. Grayscale: #6E6E6E. Windows color (decimal): -8230321 or 5204610. OLE color: 5204610.

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

Color convert

RGB13010679-
CMYK00.180.390.49
HSL31.76º24.4%40.98%-
HSV(B)31.76º39.23%50.98%-
XYZ15.7715.629.58-
YUV110.1110.45142.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=41.27%
G=33.65%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301067900.180.390.4931.7624.440.98
Hex826A4F0122731201829
Octal2021521170224761403051
Binary100000101101010100111101001010011111000110000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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