#857B65

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

Shades of Arrowtown #857B65

Tints of Arrowtown #857B65

Color information

#857B65 (or 0x857B65) is unknown color: approx Arrowtown. HEX triplet: 85, 7B and 65. RGB value is (133,123,101). Sum of RGB (Red+Green+Blue) = 133+123+101=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #857B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B65 is #7A849A. Grayscale: #7B7B7B. Windows color (decimal): -8029339 or 6650757. OLE color: 6650757.

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

Color convert

RGB133123101-
CMYK00.080.240.48
HSL41.25º13.68%45.88%-
HSV(B)41.25º24.06%52.16%-
XYZ19.120.0915.18-
YUV123.48115.31134.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 101 (39.84% from 255) = 28.29%
R=37.25%
G=34.45%
B=28.29%

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
Decimal13312310100.080.240.4841.2513.6845.88
Hex857B6508183029e2e
Octal2051731450103060511656
Binary100001011111011110010101000110001100001010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857B65; }

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

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

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

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

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

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

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

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