#8E5756

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

Shades of Rose Taupe #8E5756

Tints of Rose Taupe #8E5756

Color information

#8E5756 (or 0x8E5756) is unknown color: approx Rose Taupe. HEX triplet: 8E, 57 and 56. RGB value is (142,87,86). Sum of RGB (Red+Green+Blue) = 142+87+86=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5756 is #71A8A9. Grayscale: #676767. Windows color (decimal): -7448746 or 5658510. OLE color: 5658510.

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

Color convert

RGB1428786-
CMYK00.390.390.44
HSL1.07º24.56%44.71%-
HSV(B)1.07º39.44%55.69%-
XYZ16.2413.2410.5-
YUV103.33118.22155.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=45.08%
G=27.62%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142878600.390.390.441.0724.5644.71
Hex8E5756027272C1192d
Octal216127126047475413155
Binary10001110101011110101100100111100111101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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