#885336

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

Shades of Rope #885336

Tints of Rope #885336

Color information

#885336 (or 0x885336) is unknown color: approx Rope. HEX triplet: 88, 53 and 36. RGB value is (136,83,54). Sum of RGB (Red+Green+Blue) = 136+83+54=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #885336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885336 is #77ACC9. Grayscale: #5F5F5F. Windows color (decimal): -7843018 or 3560328. OLE color: 3560328.

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

Color convert

RGB1368354-
CMYK00.390.600.47
HSL21.22º43.16%37.25%-
HSV(B)21.22º60.29%53.33%-
XYZ13.9111.695.01-
YUV95.54104.56156.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=49.82%
G=30.40%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136835400.390.600.4721.2243.1637.25
Hex8853360273C2F152b25
Octal210123660477457255345
Binary100010001010011110110010011111110010111110101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885336; }

 p { color: rgb(136,83,54); }

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

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

 a { background-color: rgb(136,83,54); }

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

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

 span { border-color: rgb(136,83,54); }

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