#8F5E58

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

Shades of Rose Taupe #8F5E58

Tints of Rose Taupe #8F5E58

Color information

#8F5E58 (or 0x8F5E58) is unknown color: approx Rose Taupe. HEX triplet: 8F, 5E and 58. RGB value is (143,94,88). Sum of RGB (Red+Green+Blue) = 143+94+88=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5E58 is #70A1A7. Grayscale: #6C6C6C. Windows color (decimal): -7381416 or 5791375. OLE color: 5791375.

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

Color convert

RGB1439488-
CMYK00.340.380.44
HSL6.55º23.81%45.29%-
HSV(B)6.55º38.46%56.08%-
XYZ17.0914.5511.14-
YUV107.97116.73152.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=44%
G=28.92%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143948800.340.380.446.5523.8145.29
Hex8F5E58022262C7182d
Octal217136130042465473055
Binary1000111110111101011000010001010011010110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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