#847864

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

Shades of Stonewall #847864

Tints of Stonewall #847864

Color information

#847864 (or 0x847864) is unknown color: approx Stonewall. HEX triplet: 84, 78 and 64. RGB value is (132,120,100). Sum of RGB (Red+Green+Blue) = 132+120+100=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #847864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847864 is #7B879B. Grayscale: #797979. Windows color (decimal): -8095644 or 6584452. OLE color: 6584452.

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

Color convert

RGB132120100-
CMYK00.090.240.48
HSL37.5º13.79%45.49%-
HSV(B)37.5º24.24%51.76%-
XYZ18.5319.2614.8-
YUV121.31115.98135.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=37.5%
G=34.09%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212010000.090.240.4837.513.7945.49
Hex84786409183025e2d
Octal2041701440113060451655
Binary100001001111000110010001001110001100001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847864; }

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

 H1.HeaderClassName
 {
   color: #847864;
 }
 .AnyTagClassName
 {
   color: #847864;
 }
</style>
background-color css

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

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

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

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

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

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