#8C563D

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

Shades of Rope #8C563D

Tints of Rope #8C563D

Color information

#8C563D (or 0x8C563D) is unknown color: approx Rope. HEX triplet: 8C, 56 and 3D. RGB value is (140,86,61). Sum of RGB (Red+Green+Blue) = 140+86+61=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C563D is #73A9C2. Grayscale: #636363. Windows color (decimal): -7580099 or 4019852. OLE color: 4019852.

HSL color Cylindrical-coordinate representation of color #8C563D: hue angle of 18.99º 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 #8C563D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1408661-
CMYK00.390.560.45
HSL18.99º39.3%39.41%-
HSV(B)18.99º56.43%54.9%-
XYZ14.9912.576.05-
YUV99.3106.39157.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.78%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=48.78%
G=29.97%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140866100.390.560.4518.9939.339.41
Hex8C563D027382D132727
Octal214126750477055234747
Binary100011001010110111101010011111100010110110011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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