#82795D

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

Shades of Stonewall #82795D

Tints of Stonewall #82795D

Color information

#82795D (or 0x82795D) is unknown color: approx Stonewall. HEX triplet: 82, 79 and 5D. RGB value is (130,121,93). Sum of RGB (Red+Green+Blue) = 130+121+93=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #82795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82795D is #7D86A2. Grayscale: #787878. Windows color (decimal): -8226467 or 6125954. OLE color: 6125954.

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

Color convert

RGB13012193-
CMYK00.070.280.49
HSL45.41º16.59%43.73%-
HSV(B)45.41º28.46%50.98%-
XYZ18.0219.2113.11-
YUV120.5112.48134.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=37.79%
G=35.17%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301219300.070.280.4945.4116.5943.73
Hex82795D071C312d112c
Octal202171135073461552154
Binary100000101111001101110101111110011000110110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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