#93583D

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

Shades of Rope #93583D

Tints of Rope #93583D

Color information

#93583D (or 0x93583D) is unknown color: approx Rope. HEX triplet: 93, 58 and 3D. RGB value is (147,88,61). Sum of RGB (Red+Green+Blue) = 147+88+61=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93583D is #6CA7C2. Grayscale: #666666. Windows color (decimal): -7120835 or 4020371. OLE color: 4020371.

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

Color convert

RGB1478861-
CMYK00.400.590.42
HSL18.84º41.35%40.78%-
HSV(B)18.84º58.5%57.65%-
XYZ16.3613.526.16-
YUV102.56104.55159.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=49.66%
G=29.73%
B=20.61%

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
Decimal147886100.400.590.4218.8441.3540.78
Hex93583D0283B2A132929
Octal223130750507352235151
Binary100100111011000111101010100011101110101010011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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