Html Css Color HEX #8D5740 Rope

📋 copy color: '#8D5740'

red 141 ◦ green 87 ◦ blue 64

#8D5740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rope #8D5740

Tints of Rope #8D5740

RGB

 RED value IS 141 (55.47% from 255) = 48.29%

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 48.29%
G = 29.79%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8D5740 (or 0x8D5740) is known color: Rope. HEX triplet: 8D, 57 and 40. RGB value is (141,87,64). Sum of RGB (Red+Green+Blue) = 141+87+64=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5740 is #72A8BF. Grayscale: #646464. Windows color (decimal): -7514304 or 4216717. OLE color: 4216717.

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

Color convert

RGB 141 87 64 -
CMYK 0 0.38 0.55 0.45
HSL 17.92º 0.38% 0.4% -
HSV(B) 17.92º 0.55% 0.55% -
XYZ 15.32 12.85 6.52 -
YUV 100.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 141 87 64 0 0.38 0.55 0.45 17.92 0.38 0.4
Hex 8D 57 40 0 26 37 2D 12 26 28
Octal 215 127 100 0 46 67 55 22 46 50
Binary 10001101 1010111 1000000 0 100110 110111 101101 10010 100110 101000

Color Harmonies of #8D5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5740

Black with #8D5740

Text Example


Text Example

White with #8D5740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,87,64); }

 H1.HeaderClassName
 {
   color: #8D5740;
 }
 .AnyTagClassName
 {
   color: #8D5740;
 }
</style>

background-color css

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

 a { background-color: rgb(141,87,64); }

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

border-color css

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

 span { border-color: rgb(141,87,64); }

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