#855538

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

Shades of Rope #855538

Tints of Rope #855538

Color information

#855538 (or 0x855538) is unknown color: approx Rope. HEX triplet: 85, 55 and 38. RGB value is (133,85,56). Sum of RGB (Red+Green+Blue) = 133+85+56=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855538 is #7AAAC7. Grayscale: #606060. Windows color (decimal): -8039112 or 3691909. OLE color: 3691909.

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

Color convert

RGB1338556-
CMYK00.360.580.48
HSL22.6º40.74%37.06%-
HSV(B)22.6º57.89%52.16%-
XYZ13.6411.775.29-
YUV96.05105.4154.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=48.54%
G=31.02%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133855600.360.580.4822.640.7437.06
Hex8555380243A30172925
Octal205125700447260275145
Binary100001011010101111000010010011101011000010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855538; }

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

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

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

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

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

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

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

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