#826D50

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

Shades of Shadow #826D50

Tints of Shadow #826D50

Color information

#826D50 (or 0x826D50) is unknown color: approx Shadow. HEX triplet: 82, 6D and 50. RGB value is (130,109,80). Sum of RGB (Red+Green+Blue) = 130+109+80=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #826D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D50 is #7D92AF. Grayscale: #707070. Windows color (decimal): -8229552 or 5270914. OLE color: 5270914.

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

Color convert

RGB13010980-
CMYK00.160.380.49
HSL34.8º23.81%41.18%-
HSV(B)34.8º38.46%50.98%-
XYZ16.1216.269.88-
YUV111.97109.96140.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=40.75%
G=34.17%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301098000.160.380.4934.823.8141.18
Hex826D500102631231829
Octal2021551200204661433051
Binary100000101101101101000001000010011011000110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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