Html Css Color HEX #8E5B55 Rose Taupe

📋 copy color: '#8E5B55'

red 142 ◦ green 91 ◦ blue 85

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

Shades of Rose Taupe #8E5B55

Tints of Rose Taupe #8E5B55

RGB

 RED value IS 142 (55.86% from 255) = 44.65%

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

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 44.65%
G = 28.62%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#8E5B55 (or 0x8E5B55) is known color: Rose Taupe. HEX triplet: 8E, 5B and 55. RGB value is (142,91,85). Sum of RGB (Red+Green+Blue) = 142+91+85=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B55 is #71A4AA. Grayscale: #696969. Windows color (decimal): -7447723 or 5593998. OLE color: 5593998.

HSL color Cylindrical-coordinate representation of color #8E5B55: hue angle of 6.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E5B55 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 91 85 -
CMYK 0 0.36 0.40 0.44
HSL 6.32º 0.25% 0.45% -
HSV(B) 6.32º 0.4% 0.56% -
XYZ 16.54 13.89 10.4 -
YUV 105.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 142 91 85 0 0.36 0.40 0.44 6.32 0.25 0.45
Hex 8E 5B 55 0 24 28 2C 6 19 2D
Octal 216 133 125 0 44 50 54 6 31 55
Binary 10001110 1011011 1010101 0 100100 101000 101100 110 11001 101101

Color Harmonies of #8E5B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5B55

Black with #8E5B55

Text Example


Text Example

White with #8E5B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,91,85); }

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

background-color css

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

 a { background-color: rgb(142,91,85); }

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

border-color css

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

 span { border-color: rgb(142,91,85); }

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