#82785C

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

Shades of Stonewall #82785C

Tints of Stonewall #82785C

Color information

#82785C (or 0x82785C) is unknown color: approx Stonewall. HEX triplet: 82, 78 and 5C. RGB value is (130,120,92). Sum of RGB (Red+Green+Blue) = 130+120+92=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82785C is #7D87A3. Grayscale: #777777. Windows color (decimal): -8226724 or 6060162. OLE color: 6060162.

HSL color Cylindrical-coordinate representation of color #82785C: hue angle of 44.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82785C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB13012092-
CMYK00.080.290.49
HSL44.21º17.12%43.53%-
HSV(B)44.21º29.23%50.98%-
XYZ17.8518.9512.84-
YUV119.8112.31135.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=38.01%
G=35.09%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301209200.080.290.4944.2117.1243.53
Hex82785C081D312c112c
Octal2021701340103561542154
Binary1000001011110001011100010001110111000110110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82785C; }

 p { color: rgb(130,120,92); }

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

<style>
 a { background-color: #82785C; }

 a { background-color: rgb(130,120,92); }

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

<style>
 span { border-color: #82785C; }

 span { border-color: rgb(130,120,92); }

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