#8f5d58

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

Shades of Rose Taupe #8F5D58

Tints of Rose Taupe #8F5D58

Color information

#8F5D58 (or 0x8F5D58) is unknown color: approx Rose Taupe. HEX triplet: 8F, 5D and 58. RGB value is (143,93,88). Sum of RGB (Red+Green+Blue) = 143+93+88=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D58 is #70A2A7. Grayscale: #6B6B6B. Windows color (decimal): -7381672 or 5791119. OLE color: 5791119.

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

Color convert

RGB1439388-
CMYK00.350.380.44
HSL5.45º23.81%45.29%-
HSV(B)5.45º38.46%56.08%-
XYZ1714.3711.11-
YUV107.38117.06153.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.14%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=44.14%
G=28.70%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143938800.350.380.445.4523.8145.29
Hex8F5D58023262C5182d
Octal217135130043465453055
Binary1000111110111011011000010001110011010110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f5d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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