#826E4F

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

Shades of Shadow #826E4F

Tints of Shadow #826E4F

Color information

#826E4F (or 0x826E4F) is unknown color: approx Shadow. HEX triplet: 82, 6E and 4F. RGB value is (130,110,79). Sum of RGB (Red+Green+Blue) = 130+110+79=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #826E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E4F is #7D91B0. Grayscale: #707070. Windows color (decimal): -8229297 or 5205634. OLE color: 5205634.

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

Color convert

RGB13011079-
CMYK00.150.390.49
HSL36.47º24.4%40.98%-
HSV(B)36.47º39.23%50.98%-
XYZ16.1916.469.72-
YUV112.45109.13140.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=40.75%
G=34.48%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301107900.150.390.4936.4724.440.98
Hex826E4F0F2731241829
Octal2021561170174761443051
Binary10000010110111010011110111110011111000110010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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