#93593C

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

Shades of Rope #93593C

Tints of Rope #93593C

Color information

#93593C (or 0x93593C) is unknown color: approx Rope. HEX triplet: 93, 59 and 3C. RGB value is (147,89,60). Sum of RGB (Red+Green+Blue) = 147+89+60=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93593C is #6CA6C3. Grayscale: #676767. Windows color (decimal): -7120580 or 3955091. OLE color: 3955091.

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

Color convert

RGB1478960-
CMYK00.390.590.42
HSL20º42.03%40.59%-
HSV(B)20º59.18%57.65%-
XYZ16.4213.676.05-
YUV103.04103.72159.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=49.66%
G=30.07%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147896000.390.590.422042.0340.59
Hex93593C0273B2A142a29
Octal223131740477352245251
Binary100100111011001111100010011111101110101010100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,89,60); }

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

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

 a { background-color: rgb(147,89,60); }

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

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

 span { border-color: rgb(147,89,60); }

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