#8E5855

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

Shades of Rose Taupe #8E5855

Tints of Rose Taupe #8E5855

Color information

#8E5855 (or 0x8E5855) is unknown color: approx Rose Taupe. HEX triplet: 8E, 58 and 55. RGB value is (142,88,85). Sum of RGB (Red+Green+Blue) = 142+88+85=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5855 is #71A7AA. Grayscale: #676767. Windows color (decimal): -7448491 or 5593230. OLE color: 5593230.

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

Color convert

RGB1428885-
CMYK00.380.400.44
HSL3.16º25.11%44.51%-
HSV(B)3.16º40.14%55.69%-
XYZ16.2813.3910.32-
YUV103.8117.39155.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=45.08%
G=27.94%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142888500.380.400.443.1625.1144.51
Hex8E5855026282C3192d
Octal216130125046505433155
Binary100011101011000101010101001101010001011001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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