#875535

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

Shades of Rope #875535

Tints of Rope #875535

Color information

#875535 (or 0x875535) is unknown color: approx Rope. HEX triplet: 87, 55 and 35. RGB value is (135,85,53). Sum of RGB (Red+Green+Blue) = 135+85+53=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #875535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875535 is #78AACA. Grayscale: #606060. Windows color (decimal): -7908043 or 3495303. OLE color: 3495303.

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

Color convert

RGB1358553-
CMYK00.370.610.47
HSL23.41º43.62%36.86%-
HSV(B)23.41º60.74%52.94%-
XYZ13.8811.94.93-
YUV96.3103.56155.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=49.45%
G=31.14%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135855300.370.610.4723.4143.6236.86
Hex8755350253D2F172c25
Octal207125650457557275445
Binary100001111010101110101010010111110110111110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875535; }

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

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

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

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

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

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

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

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