Html Css Color HEX #895D5C Rose Taupe

📋 copy color: '#895D5C'

red 137 ◦ green 93 ◦ blue 92

#895D5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Taupe #895D5C

Tints of Rose Taupe #895D5C

RGB

 RED value IS 137 (53.91% from 255) = 42.55%

 GREEN value IS 93 (36.72% from 255) = 28.88%

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 42.55%
G = 28.88%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#895D5C (or 0x895D5C) is known color: Rose Taupe. HEX triplet: 89, 5D and 5C. RGB value is (137,93,92). Sum of RGB (Red+Green+Blue) = 137+93+92=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D5C is #76A2A3. Grayscale: #6A6A6A. Windows color (decimal): -7774884 or 6053257. OLE color: 6053257.

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

Color convert

RGB 137 93 92 -
CMYK 0 0.32 0.33 0.46
HSL 1.33º 0.2% 0.45% -
HSV(B) 1.33º 0.33% 0.54% -
XYZ 16.16 13.92 11.96 -
YUV 106.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 137 93 92 0 0.32 0.33 0.46 1.33 0.2 0.45
Hex 89 5D 5C 0 20 21 2E 1 14 2D
Octal 211 135 134 0 40 41 56 1 24 55
Binary 10001001 1011101 1011100 0 100000 100001 101110 1 10100 101101

Color Harmonies of #895D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D5C

Black with #895D5C

Text Example


Text Example

White with #895D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #895D5C;
 }
 .AnyTagClassName
 {
   color: #895D5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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