#82745D

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

Shades of Stonewall #82745D

Tints of Stonewall #82745D

Color information

#82745D (or 0x82745D) is unknown color: approx Stonewall. HEX triplet: 82, 74 and 5D. RGB value is (130,116,93). Sum of RGB (Red+Green+Blue) = 130+116+93=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82745D is #7D8BA2. Grayscale: #757575. Windows color (decimal): -8227747 or 6124674. OLE color: 6124674.

HSL color Cylindrical-coordinate representation of color #82745D: hue angle of 37.3º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82745D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB13011693-
CMYK00.110.280.49
HSL37.3º16.59%43.73%-
HSV(B)37.3º28.46%50.98%-
XYZ17.4318.0312.92-
YUV117.56114.14136.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=38.35%
G=34.22%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301169300.110.280.4937.316.5943.73
Hex82745D0B1C3125112c
Octal2021641350133461452154
Binary1000001011101001011101010111110011000110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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