#826D4E

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

Shades of Shadow #826D4E

Tints of Shadow #826D4E

Color information

#826D4E (or 0x826D4E) is unknown color: approx Shadow. HEX triplet: 82, 6D and 4E. RGB value is (130,109,78). Sum of RGB (Red+Green+Blue) = 130+109+78=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #826D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D4E is #7D92B1. Grayscale: #6F6F6F. Windows color (decimal): -8229554 or 5139842. OLE color: 5139842.

HSL color Cylindrical-coordinate representation of color #826D4E: hue angle of 35.77º 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 #826D4E is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13010978-
CMYK00.160.400.49
HSL35.77º25%40.78%-
HSV(B)35.77º40%50.98%-
XYZ16.0516.239.5-
YUV111.74108.96141.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=41.01%
G=34.38%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301097800.160.400.4935.772540.78
Hex826D4E0102831241929
Octal2021551160205061443151
Binary100000101101101100111001000010100011000110010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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