#8E5754

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

Shades of Rose Taupe #8E5754

Tints of Rose Taupe #8E5754

Color information

#8E5754 (or 0x8E5754) is unknown color: approx Rose Taupe. HEX triplet: 8E, 57 and 54. RGB value is (142,87,84). Sum of RGB (Red+Green+Blue) = 142+87+84=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5754 is #71A8AB. Grayscale: #676767. Windows color (decimal): -7448748 or 5527438. OLE color: 5527438.

HSL color Cylindrical-coordinate representation of color #8E5754: hue angle of 3.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5754 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB1428784-
CMYK00.390.410.44
HSL3.1º25.66%44.31%-
HSV(B)3.1º40.85%55.69%-
XYZ16.1613.2110.08-
YUV103.1117.22155.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=45.37%
G=27.80%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142878400.390.410.443.125.6644.31
Hex8E5754027292C31a2c
Octal216127124047515433254
Binary100011101010111101010001001111010011011001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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