#826D44

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

Shades of Shadow #826D44

Tints of Shadow #826D44

Color information

#826D44 (or 0x826D44) is unknown color: approx Shadow. HEX triplet: 82, 6D and 44. RGB value is (130,109,68). Sum of RGB (Red+Green+Blue) = 130+109+68=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #826D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D44 is #7D92BB. Grayscale: #6E6E6E. Windows color (decimal): -8229564 or 4484482. OLE color: 4484482.

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

Color convert

RGB13010968-
CMYK00.160.480.49
HSL39.68º31.31%38.82%-
HSV(B)39.68º47.69%50.98%-
XYZ15.7216.17.75-
YUV110.6103.96141.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=42.35%
G=35.50%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301096800.160.480.4939.6831.3138.82
Hex826D440103031281f27
Octal2021551040206061503747
Binary100000101101101100010001000011000011000110100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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