#847960

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

Shades of Stonewall #847960

Tints of Stonewall #847960

Color information

#847960 (or 0x847960) is unknown color: approx 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

RGB13212196-
CMYK00.080.270.48
HSL41.67º15.79%44.71%-
HSV(B)41.67º27.27%51.76%-
XYZ18.4619.4213.84-
YUV121.44113.64135.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321219600.080.270.4841.6715.7944.71
Hex847960081B302a102d
Octal2041711400103360522055
Binary1000010011110011100000010001101111000010101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>