#857964

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

Shades of Arrowtown #857964

Tints of Arrowtown #857964

Color information

#857964 (or 0x857964) is unknown color: approx Arrowtown. HEX triplet: 85, 79 and 64. RGB value is (133,121,100). Sum of RGB (Red+Green+Blue) = 133+121+100=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857964 is #7A869B. Grayscale: #7A7A7A. Windows color (decimal): -8029852 or 6584709. OLE color: 6584709.

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

Color convert

RGB133121100-
CMYK00.090.250.48
HSL38.18º14.16%45.69%-
HSV(B)38.18º24.81%52.16%-
XYZ18.8119.5814.84-
YUV122.19115.48135.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=37.57%
G=34.18%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312110000.090.250.4838.1814.1645.69
Hex85796409193026e2e
Octal2051711440113160461656
Binary100001011111001110010001001110011100001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857964; }

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

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

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

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

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

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

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

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