#84795D

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

Shades of Stonewall #84795D

Tints of Stonewall #84795D

Color information

#84795D (or 0x84795D) is unknown color: approx Stonewall. HEX triplet: 84, 79 and 5D. RGB value is (132,121,93). Sum of RGB (Red+Green+Blue) = 132+121+93=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84795D is #7B86A2. Grayscale: #797979. Windows color (decimal): -8095395 or 6125956. OLE color: 6125956.

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

Color convert

RGB13212193-
CMYK00.080.300.48
HSL43.08º17.33%44.12%-
HSV(B)43.08º29.55%51.76%-
XYZ18.3319.3713.13-
YUV121.1112.14135.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=38.15%
G=34.97%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321219300.080.300.4843.0817.3344.12
Hex84795D081E302b112c
Octal2041711350103660532154
Binary1000010011110011011101010001111011000010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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