Html Css Color HEX #84785D Stonewall

📋 copy color: '#84785D'

red 132 ◦ green 120 ◦ blue 93

#84785D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stonewall #84785D

Tints of Stonewall #84785D

RGB

 RED value IS 132 (51.95% from 255) = 38.26%

 GREEN value IS 120 (47.27% from 255) = 34.78%

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 38.26%
G = 34.78%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84785D (or 0x84785D) is known color: Stonewall. HEX triplet: 84, 78 and 5D. RGB value is (132,120,93). Sum of RGB (Red+Green+Blue) = 132+120+93=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84785D is #7B87A2. Grayscale: #787878. Windows color (decimal): -8095651 or 6125700. OLE color: 6125700.

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

Color convert

RGB 132 120 93 -
CMYK 0 0.09 0.30 0.48
HSL 41.54º 0.17% 0.44% -
HSV(B) 41.54º 0.3% 0.52% -
XYZ 18.21 19.13 13.09 -
YUV 120.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 132 120 93 0 0.09 0.30 0.48 41.54 0.17 0.44
Hex 84 78 5D 0 9 1E 30 2A 11 2C
Octal 204 170 135 0 11 36 60 52 21 54
Binary 10000100 1111000 1011101 0 1001 11110 110000 101010 10001 101100

Color Harmonies of #84785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84785D

Black with #84785D

Text Example


Text Example

White with #84785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84785D;
 }
 .AnyTagClassName
 {
   color: #84785D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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