#826E44

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

Shades of Shadow #826E44

Tints of Shadow #826E44

Color information

#826E44 (or 0x826E44) is unknown color: approx Shadow. HEX triplet: 82, 6E and 44. RGB value is (130,110,68). Sum of RGB (Red+Green+Blue) = 130+110+68=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #826E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E44 is #7D91BB. Grayscale: #6F6F6F. Windows color (decimal): -8229308 or 4484738. OLE color: 4484738.

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

Color convert

RGB13011068-
CMYK00.150.480.49
HSL40.65º31.31%38.82%-
HSV(B)40.65º47.69%50.98%-
XYZ15.8316.327.78-
YUV111.19103.63141.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=42.21%
G=35.71%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301106800.150.480.4940.6531.3138.82
Hex826E440F3031291f27
Octal2021561040176061513747
Binary10000010110111010001000111111000011000110100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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