Html Css Color HEX #84755E Stonewall

📋 copy color: '#84755E'

red 132 ◦ green 117 ◦ blue 94

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

Shades of Stonewall #84755E

Tints of Stonewall #84755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 38.48%
G = 34.11%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84755E (or 0x84755E) is known color: Stonewall. HEX triplet: 84, 75 and 5E. RGB value is (132,117,94). Sum of RGB (Red+Green+Blue) = 132+117+94=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84755E is #7B8AA1. Grayscale: #767676. Windows color (decimal): -8096418 or 6190468. OLE color: 6190468.

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

Color convert

RGB 132 117 94 -
CMYK 0 0.11 0.29 0.48
HSL 36.32º 0.17% 0.44% -
HSV(B) 36.32º 0.29% 0.52% -
XYZ 17.9 18.44 13.2 -
YUV 118.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 132 117 94 0 0.11 0.29 0.48 36.32 0.17 0.44
Hex 84 75 5E 0 B 1D 30 24 11 2C
Octal 204 165 136 0 13 35 60 44 21 54
Binary 10000100 1110101 1011110 0 1011 11101 110000 100100 10001 101100

Color Harmonies of #84755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84755E

Black with #84755E

Text Example


Text Example

White with #84755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84755E;
 }
 .AnyTagClassName
 {
   color: #84755E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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