#865537

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

Shades of Rope #865537

Tints of Rope #865537

Color information

#865537 (or 0x865537) is unknown color: approx Rope. HEX triplet: 86, 55 and 37. RGB value is (134,85,55). Sum of RGB (Red+Green+Blue) = 134+85+55=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865537 is #79AAC8. Grayscale: #606060. Windows color (decimal): -7973577 or 3626374. OLE color: 3626374.

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

Color convert

RGB1348555-
CMYK00.370.590.47
HSL22.78º41.8%37.06%-
HSV(B)22.78º58.96%52.55%-
XYZ13.7711.845.17-
YUV96.23104.73154.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=48.91%
G=31.02%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134855500.370.590.4722.7841.837.06
Hex8655370253B2F172a25
Octal206125670457357275245
Binary100001101010101110111010010111101110111110111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865537; }

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

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

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

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

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

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

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

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