#85553C

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

Shades of Rope #85553C

Tints of Rope #85553C

Color information

#85553C (or 0x85553C) is unknown color: approx Rope. HEX triplet: 85, 55 and 3C. RGB value is (133,85,60). Sum of RGB (Red+Green+Blue) = 133+85+60=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85553C is #7AAAC3. Grayscale: #606060. Windows color (decimal): -8039108 or 3954053. OLE color: 3954053.

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

Color convert

RGB1338560-
CMYK00.360.550.48
HSL20.55º37.82%37.84%-
HSV(B)20.55º54.89%52.16%-
XYZ13.7411.815.83-
YUV96.5107.4154.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=47.84%
G=30.58%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133856000.360.550.4820.5537.8237.84
Hex85553C0243730152626
Octal205125740446760254646
Binary100001011010101111100010010011011111000010101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85553C; }

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

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

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

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

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

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

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

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