#826C45

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

Shades of Shadow #826C45

Tints of Shadow #826C45

Color information

#826C45 (or 0x826C45) is unknown color: approx Shadow. HEX triplet: 82, 6C and 45. RGB value is (130,108,69). Sum of RGB (Red+Green+Blue) = 130+108+69=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #826C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C45 is #7D93BA. Grayscale: #6E6E6E. Windows color (decimal): -8229819 or 4549762. OLE color: 4549762.

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

Color convert

RGB13010869-
CMYK00.170.470.49
HSL38.36º30.65%39.02%-
HSV(B)38.36º46.92%50.98%-
XYZ15.6415.97.87-
YUV110.13104.79142.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=42.35%
G=35.18%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301086900.170.470.4938.3630.6539.02
Hex826C450112F31261f27
Octal2021541050215761463747
Binary100000101101100100010101000110111111000110011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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