#93513A

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

Shades of Rope #93513A

Tints of Rope #93513A

Color information

#93513A (or 0x93513A) is unknown color: approx Rope. HEX triplet: 93, 51 and 3A. RGB value is (147,81,58). Sum of RGB (Red+Green+Blue) = 147+81+58=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #93513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93513A is #6CAEC5. Grayscale: #626262. Windows color (decimal): -7122630 or 3821971. OLE color: 3821971.

HSL color Cylindrical-coordinate representation of color #93513A: hue angle of 15.51º 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 #93513A is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1478158-
CMYK00.450.610.42
HSL15.51º43.41%40.2%-
HSV(B)15.51º60.54%57.65%-
XYZ15.7412.395.57-
YUV98.11105.37162.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=51.40%
G=28.32%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147815800.450.610.4215.5143.4140.2
Hex93513A02D3D2A102b28
Octal223121720557552205350
Binary100100111010001111010010110111110110101010000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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