Html Css Color HEX #8D5B59 Rose Taupe

📋 copy color: '#8D5B59'

red 141 ◦ green 91 ◦ blue 89

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

Shades of Rose Taupe #8D5B59

Tints of Rose Taupe #8D5B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 43.93%
G = 28.35%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8D5B59 (or 0x8D5B59) is known color: Rose Taupe. HEX triplet: 8D, 5B and 59. RGB value is (141,91,89). Sum of RGB (Red+Green+Blue) = 141+91+89=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B59 is #72A4A6. Grayscale: #696969. Windows color (decimal): -7513255 or 5856141. OLE color: 5856141.

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

Color convert

RGB 141 91 89 -
CMYK 0 0.35 0.37 0.45
HSL 2.31º 0.23% 0.45% -
HSV(B) 2.31º 0.37% 0.55% -
XYZ 16.53 13.87 11.26 -
YUV 105.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 141 91 89 0 0.35 0.37 0.45 2.31 0.23 0.45
Hex 8D 5B 59 0 23 25 2D 2 17 2D
Octal 215 133 131 0 43 45 55 2 27 55
Binary 10001101 1011011 1011001 0 100011 100101 101101 10 10111 101101

Color Harmonies of #8D5B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5B59

Black with #8D5B59

Text Example


Text Example

White with #8D5B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,91,89); }

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

background-color css

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

 a { background-color: rgb(141,91,89); }

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

border-color css

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

 span { border-color: rgb(141,91,89); }

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