Html Css Color HEX #895F5B Rose Taupe

📋 copy color: '#895F5B'

red 137 ◦ green 95 ◦ blue 91

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

Shades of Rose Taupe #895F5B

Tints of Rose Taupe #895F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

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

R = 42.41%
G = 29.41%
B = 28.17%

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

#895F5B (or 0x895F5B) is known color: Rose Taupe. HEX triplet: 89, 5F and 5B. RGB value is (137,95,91). Sum of RGB (Red+Green+Blue) = 137+95+91=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F5B is #76A0A4. Grayscale: #6B6B6B. Windows color (decimal): -7774373 or 5988233. OLE color: 5988233.

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

Color convert

RGB 137 95 91 -
CMYK 0 0.31 0.34 0.46
HSL 5.22º 0.2% 0.45% -
HSV(B) 5.22º 0.34% 0.54% -
XYZ 16.3 14.26 11.79 -
YUV 107.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 137 95 91 0 0.31 0.34 0.46 5.22 0.2 0.45
Hex 89 5F 5B 0 1F 22 2E 5 14 2D
Octal 211 137 133 0 37 42 56 5 24 55
Binary 10001001 1011111 1011011 0 11111 100010 101110 101 10100 101101

Color Harmonies of #895F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F5B

Black with #895F5B

Text Example


Text Example

White with #895F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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