#8E5959

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

Shades of Rose Taupe #8E5959

Tints of Rose Taupe #8E5959

Color information

#8E5959 (or 0x8E5959) is unknown color: approx Rose Taupe. HEX triplet: 8E, 59 and 59. RGB value is (142,89,89). Sum of RGB (Red+Green+Blue) = 142+89+89=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5959 is #71A6A6. Grayscale: #686868. Windows color (decimal): -7448231 or 5855630. OLE color: 5855630.

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

Color convert

RGB1428989-
CMYK00.370.370.44
HSL22.94%45.29%-
HSV(B)37.32%55.69%-
XYZ16.5313.6211.21-
YUV104.85119.06154.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=44.38%
G=27.81%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142898900.370.370.44022.9445.29
Hex8E5959025252C0172d
Octal216131131045455402755
Binary10001110101100110110010100101100101101100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,89); }

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

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

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

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

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

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

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