#826C47

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

Shades of Shadow #826C47

Tints of Shadow #826C47

Color information

#826C47 (or 0x826C47) is unknown color: approx Shadow. HEX triplet: 82, 6C and 47. RGB value is (130,108,71). Sum of RGB (Red+Green+Blue) = 130+108+71=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #826C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C47 is #7D93B8. Grayscale: #6E6E6E. Windows color (decimal): -8229817 or 4680834. OLE color: 4680834.

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

Color convert

RGB13010871-
CMYK00.170.450.49
HSL37.63º29.35%39.41%-
HSV(B)37.63º45.38%50.98%-
XYZ15.7115.938.21-
YUV110.36105.79142.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=42.07%
G=34.95%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301087100.170.450.4937.6329.3539.41
Hex826C470112D31261d27
Octal2021541070215561463547
Binary100000101101100100011101000110110111000110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,108,71); }

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

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

 a { background-color: rgb(130,108,71); }

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

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

 span { border-color: rgb(130,108,71); }

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