#82684D

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

Shades of Shadow #82684D

Tints of Shadow #82684D

Color information

#82684D (or 0x82684D) is unknown color: approx Shadow. HEX triplet: 82, 68 and 4D. RGB value is (130,104,77). Sum of RGB (Red+Green+Blue) = 130+104+77=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82684D is #7D97B2. Grayscale: #6C6C6C. Windows color (decimal): -8230835 or 5073026. OLE color: 5073026.

HSL color Cylindrical-coordinate representation of color #82684D: hue angle of 30.57º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82684D is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB13010477-
CMYK00.20.410.49
HSL30.57º25.6%40.59%-
HSV(B)30.57º40.77%50.98%-
XYZ15.515.189.13-
YUV108.7110.11143.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=41.80%
G=33.44%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301047700.20.410.4930.5725.640.59
Hex82684D01429311f1a29
Octal2021501150245161373251
Binary10000010110100010011010101001010011100011111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82684D; }

 p { color: rgb(130,104,77); }

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

<style>
 a { background-color: #82684D; }

 a { background-color: rgb(130,104,77); }

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

<style>
 span { border-color: #82684D; }

 span { border-color: rgb(130,104,77); }

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