#8E5755

Color #8E5755 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #8E5755

Tints of Rose Taupe #8E5755

Color information

#8E5755 (or 0x8E5755) is unknown color: approx Rose Taupe. HEX triplet: 8E, 57 and 55. RGB value is (142,87,85). Sum of RGB (Red+Green+Blue) = 142+87+85=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5755 is #71A8AA. Grayscale: #676767. Windows color (decimal): -7448747 or 5592974. OLE color: 5592974.

HSL color Cylindrical-coordinate representation of color #8E5755: hue angle of 2.11º 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 #8E5755 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB1428785-
CMYK00.390.400.44
HSL2.11º25.11%44.51%-
HSV(B)2.11º40.14%55.69%-
XYZ16.213.2210.29-
YUV103.22117.72155.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=45.22%
G=27.71%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142878500.390.400.442.1125.1144.51
Hex8E5755027282C2192d
Octal216127125047505423155
Binary100011101010111101010101001111010001011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E5755;
 }
 .AnyTagClassName
 {
   color: #8E5755;
 }
</style>
background-color css

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

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

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

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

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

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