#84785E

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

Shades of Stonewall #84785E

Tints of Stonewall #84785E

Color information

#84785E (or 0x84785E) is unknown color: approx Stonewall. HEX triplet: 84, 78 and 5E. RGB value is (132,120,94). Sum of RGB (Red+Green+Blue) = 132+120+94=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84785E is #7B87A1. Grayscale: #787878. Windows color (decimal): -8095650 or 6191236. OLE color: 6191236.

HSL color Cylindrical-coordinate representation of color #84785E: hue angle of 41.05º 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 #84785E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13212094-
CMYK00.090.290.48
HSL41.05º16.81%44.31%-
HSV(B)41.05º28.79%51.76%-
XYZ18.2519.1513.32-
YUV120.62112.98136.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=38.15%
G=34.68%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321209400.090.290.4841.0516.8144.31
Hex84785E091D3029112c
Octal2041701360113560512154
Binary1000010011110001011110010011110111000010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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