#895E5D

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

Shades of Rose Taupe #895E5D

Tints of Rose Taupe #895E5D

Color information

#895E5D (or 0x895E5D) is unknown color: approx Rose Taupe. HEX triplet: 89, 5E and 5D. RGB value is (137,94,93). Sum of RGB (Red+Green+Blue) = 137+94+93=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #895E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E5D is #76A1A2. Grayscale: #6A6A6A. Windows color (decimal): -7774627 or 6119049. OLE color: 6119049.

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

Color convert

RGB1379493-
CMYK00.310.320.46
HSL1.36º19.13%45.1%-
HSV(B)1.36º32.12%53.73%-
XYZ16.314.1112.22-
YUV106.74120.25149.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=42.28%
G=29.01%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137949300.310.320.461.3619.1345.1
Hex895E5D01F202E1132d
Octal211136135037405612355
Binary1000100110111101011101011111100000101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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