#857B60

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

Shades of Arrowtown #857B60

Tints of Arrowtown #857B60

Color information

#857B60 (or 0x857B60) is unknown color: approx Arrowtown. HEX triplet: 85, 7B and 60. RGB value is (133,123,96). Sum of RGB (Red+Green+Blue) = 133+123+96=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B60 is #7A849F. Grayscale: #7B7B7B. Windows color (decimal): -8029344 or 6323077. OLE color: 6323077.

HSL color Cylindrical-coordinate representation of color #857B60: hue angle of 43.78º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857B60 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13312396-
CMYK00.080.280.48
HSL43.78º16.16%44.9%-
HSV(B)43.78º27.82%52.16%-
XYZ18.872013.93-
YUV122.91112.81135.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=37.78%
G=34.94%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331239600.080.280.4843.7816.1644.9
Hex857B60081C302c102d
Octal2051731400103460542055
Binary1000010111110111100000010001110011000010110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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