Html Css Color HEX #8D5E56 Rose Taupe

📋 copy color: '#8D5E56'

red 141 ◦ green 94 ◦ blue 86

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

Shades of Rose Taupe #8D5E56

Tints of Rose Taupe #8D5E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.79%

R = 43.93%
G = 29.28%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8D5E56 (or 0x8D5E56) is known color: Rose Taupe. HEX triplet: 8D, 5E and 56. RGB value is (141,94,86). Sum of RGB (Red+Green+Blue) = 141+94+86=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E56 is #72A1A9. Grayscale: #6B6B6B. Windows color (decimal): -7512490 or 5660301. OLE color: 5660301.

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

Color convert

RGB 141 94 86 -
CMYK 0 0.33 0.39 0.45
HSL 8.73º 0.24% 0.45% -
HSV(B) 8.73º 0.39% 0.55% -
XYZ 16.67 14.34 10.69 -
YUV 107.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 141 94 86 0 0.33 0.39 0.45 8.73 0.24 0.45
Hex 8D 5E 56 0 21 27 2D 9 18 2D
Octal 215 136 126 0 41 47 55 11 30 55
Binary 10001101 1011110 1010110 0 100001 100111 101101 1001 11000 101101

Color Harmonies of #8D5E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5E56

Black with #8D5E56

Text Example


Text Example

White with #8D5E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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