#826A4E

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

Shades of Shadow #826A4E

Tints of Shadow #826A4E

Color information

#826A4E (or 0x826A4E) is unknown color: approx Shadow. HEX triplet: 82, 6A and 4E. RGB value is (130,106,78). Sum of RGB (Red+Green+Blue) = 130+106+78=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #826A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A4E is #7D95B1. Grayscale: #6E6E6E. Windows color (decimal): -8230322 or 5139074. OLE color: 5139074.

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

Color convert

RGB13010678-
CMYK00.180.400.49
HSL32.31º25%40.78%-
HSV(B)32.31º40%50.98%-
XYZ15.7415.69.39-
YUV109.98109.95142.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=41.40%
G=33.76%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301067800.180.400.4932.312540.78
Hex826A4E0122831201929
Octal2021521160225061403151
Binary100000101101010100111001001010100011000110000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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