#885535

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

Shades of Rope #885535

Tints of Rope #885535

Color information

#885535 (or 0x885535) is unknown color: approx Rope. HEX triplet: 88, 55 and 35. RGB value is (136,85,53). Sum of RGB (Red+Green+Blue) = 136+85+53=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #885535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885535 is #77AACA. Grayscale: #606060. Windows color (decimal): -7842507 or 3495304. OLE color: 3495304.

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

Color convert

RGB1368553-
CMYK00.380.610.47
HSL23.13º43.92%37.06%-
HSV(B)23.13º61.03%53.33%-
XYZ14.0411.994.94-
YUV96.6103.4156.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=49.64%
G=31.02%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136855300.380.610.4723.1343.9237.06
Hex8855350263D2F172c25
Octal210125650467557275445
Binary100010001010101110101010011011110110111110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885535; }

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

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

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

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

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

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

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

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