#82785E

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

Shades of Stonewall #82785E

Tints of Stonewall #82785E

Color information

#82785E (or 0x82785E) is unknown color: approx Stonewall. HEX triplet: 82, 78 and 5E. RGB value is (130,120,94). Sum of RGB (Red+Green+Blue) = 130+120+94=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #82785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82785E is #7D87A1. Grayscale: #787878. Windows color (decimal): -8226722 or 6191234. OLE color: 6191234.

HSL color Cylindrical-coordinate representation of color #82785E: hue angle of 43.33º degrees, saturation: 0.16, 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 #82785E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB13012094-
CMYK00.080.280.49
HSL43.33º16.07%43.92%-
HSV(B)43.33º27.69%50.98%-
XYZ17.9418.9913.31-
YUV120.03113.31135.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=37.79%
G=34.88%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301209400.080.280.4943.3316.0743.92
Hex82785E081C312b102c
Octal2021701360103461532054
Binary1000001011110001011110010001110011000110101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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