#82745C

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

Shades of Stonewall #82745C

Tints of Stonewall #82745C

Color information

#82745C (or 0x82745C) is unknown color: approx Stonewall. HEX triplet: 82, 74 and 5C. RGB value is (130,116,92). Sum of RGB (Red+Green+Blue) = 130+116+92=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82745C is #7D8BA3. Grayscale: #757575. Windows color (decimal): -8227748 or 6059138. OLE color: 6059138.

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

Color convert

RGB13011692-
CMYK00.110.290.49
HSL37.89º17.12%43.53%-
HSV(B)37.89º29.23%50.98%-
XYZ17.3818.0112.69-
YUV117.45113.64136.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=38.46%
G=34.32%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301169200.110.290.4937.8917.1243.53
Hex82745C0B1D3126112c
Octal2021641340133561462154
Binary1000001011101001011100010111110111000110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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