#82785B

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

Shades of Stonewall #82785B

Tints of Stonewall #82785B

Color information

#82785B (or 0x82785B) is unknown color: approx Stonewall. HEX triplet: 82, 78 and 5B. RGB value is (130,120,91). Sum of RGB (Red+Green+Blue) = 130+120+91=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82785B is #7D87A4. Grayscale: #777777. Windows color (decimal): -8226725 or 5994626. OLE color: 5994626.

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

Color convert

RGB13012091-
CMYK00.080.300.49
HSL44.62º17.65%43.33%-
HSV(B)44.62º30%50.98%-
XYZ17.8118.9312.61-
YUV119.68111.81135.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=38.12%
G=35.19%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301209100.080.300.4944.6217.6543.33
Hex82785B081E312d122b
Octal2021701330103661552253
Binary1000001011110001011011010001111011000110110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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