#847964

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

Shades of Arrowtown #847964

Tints of Arrowtown #847964

Color information

#847964 (or 0x847964) is unknown color: approx Arrowtown. HEX triplet: 84, 79 and 64. RGB value is (132,121,100). Sum of RGB (Red+Green+Blue) = 132+121+100=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #847964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847964 is #7B869B. Grayscale: #797979. Windows color (decimal): -8095388 or 6584708. OLE color: 6584708.

HSL color Cylindrical-coordinate representation of color #847964: hue angle of 39.37º 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 #847964 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB132121100-
CMYK00.080.240.48
HSL39.37º13.79%45.49%-
HSV(B)39.37º24.24%51.76%-
XYZ18.6519.514.84-
YUV121.9115.64135.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=37.39%
G=34.28%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212110000.080.240.4839.3713.7945.49
Hex84796408183027e2d
Octal2041711440103060471655
Binary100001001111001110010001000110001100001001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847964; }

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

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

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

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

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

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

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

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