Html Css Color HEX #8D5E3C Rope

📋 copy color: '#8D5E3C'

red 141 ◦ green 94 ◦ blue 60

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

Shades of Rope #8D5E3C

Tints of Rope #8D5E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 47.8%
G = 31.86%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8D5E3C (or 0x8D5E3C) is known color: 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

RGB 141 94 60 -
CMYK 0 0.33 0.57 0.45
HSL 25.19º 0.4% 0.39% -
HSV(B) 25.19º 0.57% 0.55% -
XYZ 15.8 13.99 6.14 -
YUV 104.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 141 94 60 0 0.33 0.57 0.45 25.19 0.4 0.39
Hex 8D 5E 3C 0 21 39 2D 19 28 27
Octal 215 136 74 0 41 71 55 31 50 47
Binary 10001101 1011110 111100 0 100001 111001 101101 11001 101000 100111

Color Harmonies of #8D5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5E3C

Black with #8D5E3C

Text Example


Text Example

White with #8D5E3C

Text Example


Text Example

HTML Codes & Css Web 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>