Html Css Color HEX #847960 Stonewall

📋 copy color: '#847960'

red 132 ◦ green 121 ◦ blue 96

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

Shades of Stonewall #847960

Tints of Stonewall #847960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.51%

R = 37.82%
G = 34.67%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#847960 (or 0x847960) is known color: Stonewall. HEX triplet: 84, 79 and 60. RGB value is (132,121,96). Sum of RGB (Red+Green+Blue) = 132+121+96=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #847960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847960 is #7B869F. Grayscale: #797979. Windows color (decimal): -8095392 or 6322564. OLE color: 6322564.

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

Color convert

RGB 132 121 96 -
CMYK 0 0.08 0.27 0.48
HSL 41.67º 0.16% 0.45% -
HSV(B) 41.67º 0.27% 0.52% -
XYZ 18.46 19.42 13.84 -
YUV 121.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 132 121 96 0 0.08 0.27 0.48 41.67 0.16 0.45
Hex 84 79 60 0 8 1B 30 2A 10 2D
Octal 204 171 140 0 10 33 60 52 20 55
Binary 10000100 1111001 1100000 0 1000 11011 110000 101010 10000 101101

Color Harmonies of #847960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847960

Black with #847960

Text Example


Text Example

White with #847960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847960; }

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

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

background-color css

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

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

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

border-color css

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

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

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