#84795E

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

Shades of Stonewall #84795E

Tints of Stonewall #84795E

Color information

#84795E (or 0x84795E) is unknown color: approx Stonewall. HEX triplet: 84, 79 and 5E. RGB value is (132,121,94). Sum of RGB (Red+Green+Blue) = 132+121+94=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #84795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84795E is #7B86A1. Grayscale: #797979. Windows color (decimal): -8095394 or 6191492. OLE color: 6191492.

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

Color convert

RGB13212194-
CMYK00.080.290.48
HSL42.63º16.81%44.31%-
HSV(B)42.63º28.79%51.76%-
XYZ18.3719.3913.36-
YUV121.21112.64135.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=38.04%
G=34.87%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321219400.080.290.4842.6316.8144.31
Hex84795E081D302b112c
Octal2041711360103560532154
Binary1000010011110011011110010001110111000010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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