#93553E

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

Shades of Rope #93553E

Tints of Rope #93553E

Color information

#93553E (or 0x93553E) is unknown color: approx Rope. HEX triplet: 93, 55 and 3E. RGB value is (147,85,62). Sum of RGB (Red+Green+Blue) = 147+85+62=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93553E is #6CAAC1. Grayscale: #656565. Windows color (decimal): -7121602 or 4085139. OLE color: 4085139.

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

Color convert

RGB1478562-
CMYK00.420.580.42
HSL16.24º40.67%40.98%-
HSV(B)16.24º57.82%57.65%-
XYZ16.1513.056.22-
YUV100.92106.04160.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=50%
G=28.91%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147856200.420.580.4216.2440.6740.98
Hex93553E02A3A2A102929
Octal223125760527252205151
Binary100100111010101111110010101011101010101010000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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