#8C573D

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

Shades of Rope #8C573D

Tints of Rope #8C573D

Color information

#8C573D (or 0x8C573D) is unknown color: approx Rope. HEX triplet: 8C, 57 and 3D. RGB value is (140,87,61). Sum of RGB (Red+Green+Blue) = 140+87+61=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C573D is #73A8C2. Grayscale: #646464. Windows color (decimal): -7579843 or 4020108. OLE color: 4020108.

HSL color Cylindrical-coordinate representation of color #8C573D: hue angle of 19.75º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C573D is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1408761-
CMYK00.380.560.45
HSL19.75º39.3%39.41%-
HSV(B)19.75º56.43%54.9%-
XYZ15.0712.736.08-
YUV99.88106.06156.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=48.61%
G=30.21%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140876100.380.560.4519.7539.339.41
Hex8C573D026382D142727
Octal214127750467055244747
Binary100011001010111111101010011011100010110110100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C573D; }

 p { color: rgb(140,87,61); }

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

<style>
 a { background-color: #8C573D; }

 a { background-color: rgb(140,87,61); }

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

<style>
 span { border-color: #8C573D; }

 span { border-color: rgb(140,87,61); }

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