#82744b

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

Shades of Shadow #82744B

Tints of Shadow #82744B

Color information

#82744B (or 0x82744B) is unknown color: approx Shadow. HEX triplet: 82, 74 and 4B. RGB value is (130,116,75). Sum of RGB (Red+Green+Blue) = 130+116+75=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82744B is #7D8BB4. Grayscale: #737373. Windows color (decimal): -8227765 or 4945026. OLE color: 4945026.

HSL color Cylindrical-coordinate representation of color #82744B: hue angle of 44.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82744B is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB13011675-
CMYK00.110.420.49
HSL44.73º26.83%40.2%-
HSV(B)44.73º42.31%50.98%-
XYZ16.7217.749.2-
YUV115.51105.14138.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=40.50%
G=36.14%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301167500.110.420.4944.7326.8340.2
Hex82744B0B2A312d1b28
Octal2021641130135261553350
Binary10000010111010010010110101110101011000110110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82744b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82744b; }

 p { color: rgb(130,116,75); }

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

<style>
 a { background-color: #82744b; }

 a { background-color: rgb(130,116,75); }

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

<style>
 span { border-color: #82744b; }

 span { border-color: rgb(130,116,75); }

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