#895D5D

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

Shades of Rose Taupe #895D5D

Tints of Rose Taupe #895D5D

Color information

#895D5D (or 0x895D5D) is unknown color: approx Rose Taupe. HEX triplet: 89, 5D and 5D. RGB value is (137,93,93). Sum of RGB (Red+Green+Blue) = 137+93+93=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D5D is #76A2A2. Grayscale: #6A6A6A. Windows color (decimal): -7774883 or 6118793. OLE color: 6118793.

HSL color Cylindrical-coordinate representation of color #895D5D: hue angle of 0º 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 #895D5D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1379393-
CMYK00.320.320.46
HSL19.13%45.1%-
HSV(B)32.12%53.73%-
XYZ16.2113.9412.19-
YUV106.16120.58150-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=42.41%
G=28.79%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137939300.320.320.46019.1345.1
Hex895D5D020202E0132d
Octal211135135040405602355
Binary10001001101110110111010100000100000101110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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