#84785B

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

Shades of Stonewall #84785B

Tints of Stonewall #84785B

Color information

#84785B (or 0x84785B) is unknown color: approx Stonewall. HEX triplet: 84, 78 and 5B. RGB value is (132,120,91). Sum of RGB (Red+Green+Blue) = 132+120+91=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84785B is #7B87A4. Grayscale: #787878. Windows color (decimal): -8095653 or 5994628. OLE color: 5994628.

HSL color Cylindrical-coordinate representation of color #84785B: hue angle of 42.44º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84785B is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13212091-
CMYK00.090.310.48
HSL42.44º18.39%43.73%-
HSV(B)42.44º31.06%51.76%-
XYZ18.1219.0912.63-
YUV120.28111.48136.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=38.48%
G=34.99%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321209100.090.310.4842.4418.3943.73
Hex84785B091F302a122c
Octal2041701330113760522254
Binary1000010011110001011011010011111111000010101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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