#826A41

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

Shades of Shadow #826A41

Tints of Shadow #826A41

Color information

#826A41 (or 0x826A41) is unknown color: approx Shadow. HEX triplet: 82, 6A and 41. RGB value is (130,106,65). Sum of RGB (Red+Green+Blue) = 130+106+65=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #826A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A41 is #7D95BE. Grayscale: #6C6C6C. Windows color (decimal): -8230335 or 4287106. OLE color: 4287106.

HSL color Cylindrical-coordinate representation of color #826A41: hue angle of 37.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826A41 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB13010665-
CMYK00.180.500.49
HSL37.85º33.33%38.24%-
HSV(B)37.85º50%50.98%-
XYZ15.3115.447.17-
YUV108.5103.45143.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=43.19%
G=35.22%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301066500.180.500.4937.8533.3338.24
Hex826A410123231262126
Octal2021521010226261464146
Binary1000001011010101000001010010110010110001100110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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