#8F5855

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

Shades of Rose Taupe #8F5855

Tints of Rose Taupe #8F5855

Color information

#8F5855 (or 0x8F5855) is unknown color: approx Rose Taupe. HEX triplet: 8F, 58 and 55. RGB value is (143,88,85). Sum of RGB (Red+Green+Blue) = 143+88+85=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5855 is #70A7AA. Grayscale: #686868. Windows color (decimal): -7382955 or 5593231. OLE color: 5593231.

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

Color convert

RGB1438885-
CMYK00.380.410.44
HSL3.1º25.44%44.71%-
HSV(B)3.1º40.56%56.08%-
XYZ16.4613.4710.33-
YUV104.1117.22155.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.25%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=45.25%
G=27.85%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143888500.380.410.443.125.4444.71
Hex8F5855026292C3192d
Octal217130125046515433155
Binary100011111011000101010101001101010011011001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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