#8F5755

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

Shades of Rose Taupe #8F5755

Tints of Rose Taupe #8F5755

Color information

#8F5755 (or 0x8F5755) is unknown color: approx Rose Taupe. HEX triplet: 8F, 57 and 55. RGB value is (143,87,85). Sum of RGB (Red+Green+Blue) = 143+87+85=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5755 is #70A8AA. Grayscale: #676767. Windows color (decimal): -7383211 or 5592975. OLE color: 5592975.

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

Color convert

RGB1438785-
CMYK00.390.410.44
HSL2.07º25.44%44.71%-
HSV(B)2.07º40.56%56.08%-
XYZ16.3813.3110.3-
YUV103.52117.55156.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.40%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=45.40%
G=27.62%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143878500.390.410.442.0725.4444.71
Hex8F5755027292C2192d
Octal217127125047515423155
Binary100011111010111101010101001111010011011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,87,85); }

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

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

 a { background-color: rgb(143,87,85); }

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

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

 span { border-color: rgb(143,87,85); }

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