#82755B

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

Shades of Stonewall #82755B

Tints of Stonewall #82755B

Color information

#82755B (or 0x82755B) is unknown color: approx Stonewall. HEX triplet: 82, 75 and 5B. RGB value is (130,117,91). Sum of RGB (Red+Green+Blue) = 130+117+91=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82755B is #7D8AA4. Grayscale: #767676. Windows color (decimal): -8227493 or 5993858. OLE color: 5993858.

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

Color convert

RGB13011791-
CMYK00.10.300.49
HSL40º17.65%43.33%-
HSV(B)40º30%50.98%-
XYZ17.4618.2212.5-
YUV117.92112.81136.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=38.46%
G=34.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301179100.10.300.494017.6543.33
Hex82755B0A1E3128122b
Octal2021651330123661502253
Binary1000001011101011011011010101111011000110100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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