Html Css Color HEX #895E5B Rose Taupe

📋 copy color: '#895E5B'

red 137 ◦ green 94 ◦ blue 91

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

Shades of Rose Taupe #895E5B

Tints of Rose Taupe #895E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 42.55%
G = 29.19%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#895E5B (or 0x895E5B) is known color: Rose Taupe. HEX triplet: 89, 5E and 5B. RGB value is (137,94,91). Sum of RGB (Red+Green+Blue) = 137+94+91=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E5B is #76A1A4. Grayscale: #6A6A6A. Windows color (decimal): -7774629 or 5987977. OLE color: 5987977.

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

Color convert

RGB 137 94 91 -
CMYK 0 0.31 0.34 0.46
HSL 3.91º 0.2% 0.45% -
HSV(B) 3.91º 0.34% 0.54% -
XYZ 16.21 14.08 11.76 -
YUV 106.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 137 94 91 0 0.31 0.34 0.46 3.91 0.2 0.45
Hex 89 5E 5B 0 1F 22 2E 4 14 2D
Octal 211 136 133 0 37 42 56 4 24 55
Binary 10001001 1011110 1011011 0 11111 100010 101110 100 10100 101101

Color Harmonies of #895E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E5B

Black with #895E5B

Text Example


Text Example

White with #895E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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