#855536

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

Shades of Rope #855536

Tints of Rope #855536

Color information

#855536 (or 0x855536) is unknown color: approx Rope. HEX triplet: 85, 55 and 36. RGB value is (133,85,54). Sum of RGB (Red+Green+Blue) = 133+85+54=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855536 is #7AAAC9. Grayscale: #5F5F5F. Windows color (decimal): -8039114 or 3560837. OLE color: 3560837.

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

Color convert

RGB1338554-
CMYK00.360.590.48
HSL23.54º42.25%36.67%-
HSV(B)23.54º59.4%52.16%-
XYZ13.5911.755.04-
YUV95.82104.4154.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=48.90%
G=31.25%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133855400.360.590.4823.5442.2536.67
Hex8555360243B30182a25
Octal205125660447360305245
Binary100001011010101110110010010011101111000011000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855536; }

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

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

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

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

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

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

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

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