#8C5957

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

Shades of Rose Taupe #8C5957

Tints of Rose Taupe #8C5957

Color information

#8C5957 (or 0x8C5957) is unknown color: approx Rose Taupe. HEX triplet: 8C, 59 and 57. RGB value is (140,89,87). Sum of RGB (Red+Green+Blue) = 140+89+87=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5957 is #73A6A8. Grayscale: #686868. Windows color (decimal): -7579305 or 5724556. OLE color: 5724556.

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

Color convert

RGB1408987-
CMYK00.360.380.45
HSL2.26º23.35%44.51%-
HSV(B)2.26º37.86%54.9%-
XYZ16.1113.4110.76-
YUV104.02118.4153.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=44.30%
G=28.16%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140898700.360.380.452.2623.3544.51
Hex8C5957024262D2172d
Octal214131127044465522755
Binary100011001011001101011101001001001101011011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,87); }

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

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

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

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

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

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

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