#885942

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

Shades of Rope #885942

Tints of Rope #885942

Color information

#885942 (or 0x885942) is unknown color: approx Rope. HEX triplet: 88, 59 and 42. RGB value is (136,89,66). Sum of RGB (Red+Green+Blue) = 136+89+66=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #885942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885942 is #77A6BD. Grayscale: #646464. Windows color (decimal): -7841470 or 4348296. OLE color: 4348296.

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

Color convert

RGB1368966-
CMYK00.350.510.47
HSL19.71º34.65%39.61%-
HSV(B)19.71º51.47%53.33%-
XYZ14.7112.776.84-
YUV100.43108.57153.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=46.74%
G=30.58%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136896600.350.510.4719.7134.6539.61
Hex885942023332F142328
Octal2101311020436357244350
Binary1000100010110011000010010001111001110111110100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885942; }

 p { color: rgb(136,89,66); }

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

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

 a { background-color: rgb(136,89,66); }

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

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

 span { border-color: rgb(136,89,66); }

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