#82745B

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

Shades of Stonewall #82745B

Tints of Stonewall #82745B

Color information

#82745B (or 0x82745B) is unknown color: approx Stonewall. HEX triplet: 82, 74 and 5B. RGB value is (130,116,91). Sum of RGB (Red+Green+Blue) = 130+116+91=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82745B is #7D8BA4. Grayscale: #757575. Windows color (decimal): -8227749 or 5993602. OLE color: 5993602.

HSL color Cylindrical-coordinate representation of color #82745B: hue angle of 38.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82745B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13011691-
CMYK00.110.300.49
HSL38.46º17.65%43.33%-
HSV(B)38.46º30%50.98%-
XYZ17.3417.9912.46-
YUV117.34113.14137.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=38.58%
G=34.42%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301169100.110.300.4938.4617.6543.33
Hex82745B0B1E3126122b
Octal2021641330133661462253
Binary1000001011101001011011010111111011000110011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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