#93553f

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

Shades of Rope #93553F

Tints of Rope #93553F

Color information

#93553F (or 0x93553F) is unknown color: approx Rope. HEX triplet: 93, 55 and 3F. RGB value is (147,85,63). Sum of RGB (Red+Green+Blue) = 147+85+63=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93553F is #6CAAC0. Grayscale: #656565. Windows color (decimal): -7121601 or 4150675. OLE color: 4150675.

HSL color Cylindrical-coordinate representation of color #93553F: hue angle of 15.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93553F is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1478563-
CMYK00.420.570.42
HSL15.71º40%41.18%-
HSV(B)15.71º57.14%57.65%-
XYZ16.1813.066.37-
YUV101.03106.54160.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 63 (25% from 255) = 21.36%
R=49.83%
G=28.81%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147856300.420.570.4215.714041.18
Hex93553F02A392A102829
Octal223125770527152205051
Binary100100111010101111111010101011100110101010000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93553f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93553f; }

 p { color: rgb(147,85,63); }

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

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

 a { background-color: rgb(147,85,63); }

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

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

 span { border-color: rgb(147,85,63); }

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