#82745F

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

Shades of Stonewall #82745F

Tints of Stonewall #82745F

Color information

#82745F (or 0x82745F) is unknown color: approx Stonewall. HEX triplet: 82, 74 and 5F. RGB value is (130,116,95). Sum of RGB (Red+Green+Blue) = 130+116+95=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82745F is #7D8BA0. Grayscale: #757575. Windows color (decimal): -8227745 or 6255746. OLE color: 6255746.

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

Color convert

RGB13011695-
CMYK00.110.270.49
HSL36º15.56%44.12%-
HSV(B)36º26.92%50.98%-
XYZ17.5218.0613.39-
YUV117.79115.14136.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=38.12%
G=34.02%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301169500.110.270.493615.5644.12
Hex82745F0B1B3124102c
Octal2021641370133361442054
Binary1000001011101001011111010111101111000110010010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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