#895F5E

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

Shades of Rose Taupe #895F5E

Tints of Rose Taupe #895F5E

Color information

#895F5E (or 0x895F5E) is unknown color: approx Rose Taupe. HEX triplet: 89, 5F and 5E. RGB value is (137,95,94). Sum of RGB (Red+Green+Blue) = 137+95+94=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F5E is #76A0A1. Grayscale: #6B6B6B. Windows color (decimal): -7774370 or 6184841. OLE color: 6184841.

HSL color Cylindrical-coordinate representation of color #895F5E: hue angle of 1.4º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895F5E is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1379594-
CMYK00.310.310.46
HSL1.4º18.61%45.29%-
HSV(B)1.4º31.39%53.73%-
XYZ16.4314.3112.49-
YUV107.44120.41149.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=42.02%
G=29.14%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137959400.310.310.461.418.6145.29
Hex895F5E01F1F2E1132d
Octal211137136037375612355
Binary100010011011111101111001111111111101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F5E; }

 p { color: rgb(137,95,94); }

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

<style>
 a { background-color: #895F5E; }

 a { background-color: rgb(137,95,94); }

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

<style>
 span { border-color: #895F5E; }

 span { border-color: rgb(137,95,94); }

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