#83785C

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

Shades of Stonewall #83785C

Tints of Stonewall #83785C

Color information

#83785C (or 0x83785C) is unknown color: approx Stonewall. HEX triplet: 83, 78 and 5C. RGB value is (131,120,92). Sum of RGB (Red+Green+Blue) = 131+120+92=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83785C is #7C87A3. Grayscale: #787878. Windows color (decimal): -8161188 or 6060163. OLE color: 6060163.

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

Color convert

RGB13112092-
CMYK00.080.300.49
HSL43.08º17.49%43.73%-
HSV(B)43.08º29.77%51.37%-
XYZ18.0119.0312.85-
YUV120.1112.14135.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=38.19%
G=34.99%
B=26.82%

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
Decimal1311209200.080.300.4943.0817.4943.73
Hex83785C081E312b112c
Octal2031701340103661532154
Binary1000001111110001011100010001111011000110101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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