#93593A

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

Shades of Rope #93593A

Tints of Rope #93593A

Color information

#93593A (or 0x93593A) is unknown color: approx Rope. HEX triplet: 93, 59 and 3A. RGB value is (147,89,58). Sum of RGB (Red+Green+Blue) = 147+89+58=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93593A is #6CA6C5. Grayscale: #666666. Windows color (decimal): -7120582 or 3824019. OLE color: 3824019.

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

Color convert

RGB1478958-
CMYK00.390.610.42
HSL20.9º43.41%40.2%-
HSV(B)20.9º60.54%57.65%-
XYZ16.3713.655.78-
YUV102.81102.72159.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=50%
G=30.27%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147895800.390.610.4220.943.4140.2
Hex93593A0273D2A152b28
Octal223131720477552255350
Binary100100111011001111010010011111110110101010101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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