#865439

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

Shades of Rope #865439

Tints of Rope #865439

Color information

#865439 (or 0x865439) is unknown color: approx Rope. HEX triplet: 86, 54 and 39. RGB value is (134,84,57). Sum of RGB (Red+Green+Blue) = 134+84+57=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #865439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865439 is #79ABC6. Grayscale: #606060. Windows color (decimal): -7973831 or 3757190. OLE color: 3757190.

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

Color convert

RGB1348457-
CMYK00.370.570.47
HSL21.04º40.31%37.45%-
HSV(B)21.04º57.46%52.55%-
XYZ13.7411.75.41-
YUV95.87106.06155.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=48.73%
G=30.55%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134845700.370.570.4721.0440.3137.45
Hex865439025392F152825
Octal206124710457157255045
Binary100001101010100111001010010111100110111110101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865439; }

 p { color: rgb(134,84,57); }

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

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

 a { background-color: rgb(134,84,57); }

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

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

 span { border-color: rgb(134,84,57); }

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