#82724D

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

Shades of Shadow #82724D

Tints of Shadow #82724D

Color information

#82724D (or 0x82724D) is unknown color: approx Shadow. HEX triplet: 82, 72 and 4D. RGB value is (130,114,77). Sum of RGB (Red+Green+Blue) = 130+114+77=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82724D is #7D8DB2. Grayscale: #727272. Windows color (decimal): -8228275 or 5075586. OLE color: 5075586.

HSL color Cylindrical-coordinate representation of color #82724D: hue angle of 41.89º 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 #82724D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB13011477-
CMYK00.120.410.49
HSL41.89º25.6%40.59%-
HSV(B)41.89º40.77%50.98%-
XYZ16.5617.329.49-
YUV114.57106.8139.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=40.50%
G=35.51%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301147700.120.410.4941.8925.640.59
Hex82724D0C29312a1a29
Octal2021621150145161523251
Binary10000010111001010011010110010100111000110101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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