#857965

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

Shades of Arrowtown #857965

Tints of Arrowtown #857965

Color information

#857965 (or 0x857965) is unknown color: approx Arrowtown. HEX triplet: 85, 79 and 65. RGB value is (133,121,101). Sum of RGB (Red+Green+Blue) = 133+121+101=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #857965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857965 is #7A869A. Grayscale: #7A7A7A. Windows color (decimal): -8029851 or 6650245. OLE color: 6650245.

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

Color convert

RGB133121101-
CMYK00.090.240.48
HSL37.5º13.68%45.88%-
HSV(B)37.5º24.06%52.16%-
XYZ18.8619.615.1-
YUV122.31115.98135.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=37.46%
G=34.08%
B=28.45%

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
Decimal13312110100.090.240.4837.513.6845.88
Hex85796509183025e2e
Octal2051711450113060451656
Binary100001011111001110010101001110001100001001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857965; }

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

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

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

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

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

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

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

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