#93563C

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

Shades of Rope #93563C

Tints of Rope #93563C

Color information

#93563C (or 0x93563C) is unknown color: approx Rope. HEX triplet: 93, 56 and 3C. RGB value is (147,86,60). Sum of RGB (Red+Green+Blue) = 147+86+60=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93563C is #6CA9C3. Grayscale: #656565. Windows color (decimal): -7121348 or 3954323. OLE color: 3954323.

HSL color Cylindrical-coordinate representation of color #93563C: hue angle of 17.93º 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 #93563C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1478660-
CMYK00.410.590.42
HSL17.93º42.03%40.59%-
HSV(B)17.93º59.18%57.65%-
XYZ16.1813.185.97-
YUV101.28104.71160.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=50.17%
G=29.35%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147866000.410.590.4217.9342.0340.59
Hex93563C0293B2A122a29
Octal223126740517352225251
Binary100100111010110111100010100111101110101010010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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