#855539

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

Shades of Rope #855539

Tints of Rope #855539

Color information

#855539 (or 0x855539) is unknown color: approx Rope. HEX triplet: 85, 55 and 39. RGB value is (133,85,57). Sum of RGB (Red+Green+Blue) = 133+85+57=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #855539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855539 is #7AAAC6. Grayscale: #606060. Windows color (decimal): -8039111 or 3757445. OLE color: 3757445.

HSL color Cylindrical-coordinate representation of color #855539: hue angle of 22.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #855539 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1338557-
CMYK00.360.570.48
HSL22.11º40%37.25%-
HSV(B)22.11º57.14%52.16%-
XYZ13.6611.785.42-
YUV96.16105.9154.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=48.36%
G=30.91%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133855700.360.570.4822.114037.25
Hex8555390243930162825
Octal205125710447160265045
Binary100001011010101111001010010011100111000010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855539; }

 p { color: rgb(133,85,57); }

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

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

 a { background-color: rgb(133,85,57); }

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

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

 span { border-color: rgb(133,85,57); }

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