#8D5E3D

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

Shades of Rope #8D5E3D

Tints of Rope #8D5E3D

Color information

#8D5E3D (or 0x8D5E3D) is unknown color: approx Rope. HEX triplet: 8D, 5E and 3D. RGB value is (141,94,61). Sum of RGB (Red+Green+Blue) = 141+94+61=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E3D is #72A1C2. Grayscale: #686868. Windows color (decimal): -7512515 or 4021901. OLE color: 4021901.

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

Color convert

RGB1419461-
CMYK00.330.570.45
HSL24.75º39.6%39.61%-
HSV(B)24.75º56.74%55.29%-
XYZ15.8314.016.28-
YUV104.29103.57154.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=47.64%
G=31.76%
B=20.61%

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
Decimal141946100.330.570.4524.7539.639.61
Hex8D5E3D021392D192828
Octal215136750417155315050
Binary100011011011110111101010000111100110110111001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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