#8E5857

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

Shades of Rose Taupe #8E5857

Tints of Rose Taupe #8E5857

Color information

#8E5857 (or 0x8E5857) is unknown color: approx Rose Taupe. HEX triplet: 8E, 58 and 57. RGB value is (142,88,87). Sum of RGB (Red+Green+Blue) = 142+88+87=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5857 is #71A7A8. Grayscale: #686868. Windows color (decimal): -7448489 or 5724302. OLE color: 5724302.

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

Color convert

RGB1428887-
CMYK00.380.390.44
HSL1.09º24.02%44.9%-
HSV(B)1.09º38.73%55.69%-
XYZ16.3713.4210.74-
YUV104.03118.39155.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=44.79%
G=27.76%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142888700.380.390.441.0924.0244.9
Hex8E5857026272C1182d
Octal216130127046475413055
Binary10001110101100010101110100110100111101100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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