#8F5E56

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

Shades of Rose Taupe #8F5E56

Tints of Rose Taupe #8F5E56

Color information

#8F5E56 (or 0x8F5E56) is unknown color: approx Rose Taupe. HEX triplet: 8F, 5E and 56. RGB value is (143,94,86). Sum of RGB (Red+Green+Blue) = 143+94+86=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5E56 is #70A1A9. Grayscale: #6B6B6B. Windows color (decimal): -7381418 or 5660303. OLE color: 5660303.

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

Color convert

RGB1439486-
CMYK00.340.400.44
HSL8.42º24.89%44.9%-
HSV(B)8.42º39.86%56.08%-
XYZ17.0114.5210.71-
YUV107.74115.73153.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.27%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=44.27%
G=29.10%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143948600.340.400.448.4224.8944.9
Hex8F5E56022282C8192d
Octal2171361260425054103155
Binary10001111101111010101100100010101000101100100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,94,86); }

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

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

 a { background-color: rgb(143,94,86); }

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

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

 span { border-color: rgb(143,94,86); }

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