#93583C

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

Shades of Rope #93583C

Tints of Rope #93583C

Color information

#93583C (or 0x93583C) is unknown color: approx Rope. HEX triplet: 93, 58 and 3C. RGB value is (147,88,60). Sum of RGB (Red+Green+Blue) = 147+88+60=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93583C is #6CA7C3. Grayscale: #666666. Windows color (decimal): -7120836 or 3954835. OLE color: 3954835.

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

Color convert

RGB1478860-
CMYK00.400.590.42
HSL19.31º42.03%40.59%-
HSV(B)19.31º59.18%57.65%-
XYZ16.3413.516.02-
YUV102.45104.05159.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=49.83%
G=29.83%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147886000.400.590.4219.3142.0340.59
Hex93583C0283B2A132a29
Octal223130740507352235251
Binary100100111011000111100010100011101110101010011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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