Html Css Color HEX #84795F Stonewall

📋 copy color: '#84795F'

red 132 ◦ green 121 ◦ blue 95

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

Shades of Stonewall #84795F

Tints of Stonewall #84795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 37.93%
G = 34.77%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84795F (or 0x84795F) is known color: Stonewall. HEX triplet: 84, 79 and 5F. RGB value is (132,121,95). Sum of RGB (Red+Green+Blue) = 132+121+95=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #84795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84795F is #7B86A0. Grayscale: #797979. Windows color (decimal): -8095393 or 6257028. OLE color: 6257028.

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

Color convert

RGB 132 121 95 -
CMYK 0 0.08 0.28 0.48
HSL 42.16º 0.16% 0.45% -
HSV(B) 42.16º 0.28% 0.52% -
XYZ 18.42 19.41 13.6 -
YUV 121.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 132 121 95 0 0.08 0.28 0.48 42.16 0.16 0.45
Hex 84 79 5F 0 8 1C 30 2A 10 2D
Octal 204 171 137 0 10 34 60 52 20 55
Binary 10000100 1111001 1011111 0 1000 11100 110000 101010 10000 101101

Color Harmonies of #84795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84795F

Black with #84795F

Text Example


Text Example

White with #84795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84795F;
 }
 .AnyTagClassName
 {
   color: #84795F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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