#865535

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

Shades of Rope #865535

Tints of Rope #865535

Color information

#865535 (or 0x865535) is unknown color: approx Rope. HEX triplet: 86, 55 and 35. RGB value is (134,85,53). Sum of RGB (Red+Green+Blue) = 134+85+53=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865535 is #79AACA. Grayscale: #606060. Windows color (decimal): -7973579 or 3495302. OLE color: 3495302.

HSL color Cylindrical-coordinate representation of color #865535: hue angle of 23.7º 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 #865535 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1348553-
CMYK00.370.600.47
HSL23.7º43.32%36.67%-
HSV(B)23.7º60.45%52.55%-
XYZ13.7211.824.93-
YUV96103.73155.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=49.26%
G=31.25%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134855300.370.600.4723.743.3236.67
Hex8655350253C2F182b25
Octal206125650457457305345
Binary100001101010101110101010010111110010111111000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865535; }

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

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

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

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

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

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

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

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