#8E5856

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

Shades of Rose Taupe #8E5856

Tints of Rose Taupe #8E5856

Color information

#8E5856 (or 0x8E5856) is unknown color: approx Rose Taupe. HEX triplet: 8E, 58 and 56. RGB value is (142,88,86). Sum of RGB (Red+Green+Blue) = 142+88+86=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5856 is #71A7A9. Grayscale: #676767. Windows color (decimal): -7448490 or 5658766. OLE color: 5658766.

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

Color convert

RGB1428886-
CMYK00.380.390.44
HSL2.14º24.56%44.71%-
HSV(B)2.14º39.44%55.69%-
XYZ16.3213.410.53-
YUV103.92117.89155.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=44.94%
G=27.85%
B=27.22%

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
Decimal142888600.380.390.442.1424.5644.71
Hex8E5856026272C2192d
Octal216130126046475423155
Binary100011101011000101011001001101001111011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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