#93593F

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

Shades of Rope #93593F

Tints of Rope #93593F

Color information

#93593F (or 0x93593F) is unknown color: approx Rope. HEX triplet: 93, 59 and 3F. RGB value is (147,89,63). Sum of RGB (Red+Green+Blue) = 147+89+63=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #93593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93593F is #6CA6C0. Grayscale: #676767. Windows color (decimal): -7120577 or 4151699. OLE color: 4151699.

HSL color Cylindrical-coordinate representation of color #93593F: hue angle of 18.57º 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 #93593F is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1478963-
CMYK00.390.570.42
HSL18.57º40%41.18%-
HSV(B)18.57º57.14%57.65%-
XYZ16.513.716.48-
YUV103.38105.22159.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 63 (25% from 255) = 21.07%
R=49.16%
G=29.77%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147896300.390.570.4218.574041.18
Hex93593F027392A132829
Octal223131770477152235051
Binary100100111011001111111010011111100110101010011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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