#82755D

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

Shades of Stonewall #82755D

Tints of Stonewall #82755D

Color information

#82755D (or 0x82755D) is unknown color: approx Stonewall. HEX triplet: 82, 75 and 5D. RGB value is (130,117,93). Sum of RGB (Red+Green+Blue) = 130+117+93=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82755D is #7D8AA2. Grayscale: #767676. Windows color (decimal): -8227491 or 6124930. OLE color: 6124930.

HSL color Cylindrical-coordinate representation of color #82755D: hue angle of 38.92º 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 #82755D is Cyan = 0, Magento = 0.1, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB13011793-
CMYK00.10.280.49
HSL38.92º16.59%43.73%-
HSV(B)38.92º28.46%50.98%-
XYZ17.5418.2612.96-
YUV118.15113.81136.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=38.24%
G=34.41%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301179300.10.280.4938.9216.5943.73
Hex82755D0A1C3127112c
Octal2021651350123461472154
Binary1000001011101011011101010101110011000110011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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