#8D5E3C

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

Shades of Rope #8D5E3C

Tints of Rope #8D5E3C

Color information

#8D5E3C (or 0x8D5E3C) is unknown color: approx Rope. HEX triplet: 8D, 5E and 3C. RGB value is (141,94,60). Sum of RGB (Red+Green+Blue) = 141+94+60=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E3C is #72A1C3. Grayscale: #686868. Windows color (decimal): -7512516 or 3956365. OLE color: 3956365.

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

Color convert

RGB1419460-
CMYK00.330.570.45
HSL25.19º40.3%39.41%-
HSV(B)25.19º57.45%55.29%-
XYZ15.813.996.14-
YUV104.18103.07154.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=47.80%
G=31.86%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141946000.330.570.4525.1940.339.41
Hex8D5E3C021392D192827
Octal215136740417155315047
Binary100011011011110111100010000111100110110111001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,94,60); }

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

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

 a { background-color: rgb(141,94,60); }

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

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

 span { border-color: rgb(141,94,60); }

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