#885538

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

Shades of Rope #885538

Tints of Rope #885538

Color information

#885538 (or 0x885538) is unknown color: approx Rope. HEX triplet: 88, 55 and 38. RGB value is (136,85,56). Sum of RGB (Red+Green+Blue) = 136+85+56=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #885538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885538 is #77AAC7. Grayscale: #616161. Windows color (decimal): -7842504 or 3691912. OLE color: 3691912.

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

Color convert

RGB1368556-
CMYK00.380.590.47
HSL21.75º41.67%37.65%-
HSV(B)21.75º58.82%53.33%-
XYZ14.1212.025.32-
YUV96.94104.9155.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=49.10%
G=30.69%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136855600.380.590.4721.7541.6737.65
Hex8855380263B2F162a26
Octal210125700467357265246
Binary100010001010101111000010011011101110111110110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885538; }

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

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

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

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

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

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

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

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