#865735

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

Shades of Rope #865735

Tints of Rope #865735

Color information

#865735 (or 0x865735) is unknown color: approx Rope. HEX triplet: 86, 57 and 35. RGB value is (134,87,53). Sum of RGB (Red+Green+Blue) = 134+87+53=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865735 is #79A8CA. Grayscale: #616161. Windows color (decimal): -7973067 or 3495814. OLE color: 3495814.

HSL color Cylindrical-coordinate representation of color #865735: hue angle of 25.19º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865735 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1348753-
CMYK00.350.600.47
HSL25.19º43.32%36.67%-
HSV(B)25.19º60.45%52.55%-
XYZ13.8812.144.98-
YUV97.18103.07154.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=48.91%
G=31.75%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134875300.350.600.4725.1943.3236.67
Hex8657350233C2F192b25
Octal206127650437457315345
Binary100001101010111110101010001111110010111111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865735; }

 p { color: rgb(134,87,53); }

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

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

 a { background-color: rgb(134,87,53); }

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

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

 span { border-color: rgb(134,87,53); }

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