Html Css Color HEX #895955 Rose Taupe

📋 copy color: '#895955'

red 137 ◦ green 89 ◦ blue 85

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

Shades of Rose Taupe #895955

Tints of Rose Taupe #895955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 44.05%
G = 28.62%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#895955 (or 0x895955) is known color: Rose Taupe. HEX triplet: 89, 59 and 55. RGB value is (137,89,85). Sum of RGB (Red+Green+Blue) = 137+89+85=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #895955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895955 is #76A6AA. Grayscale: #666666. Windows color (decimal): -7775915 or 5593481. OLE color: 5593481.

HSL color Cylindrical-coordinate representation of color #895955: hue angle of 4.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895955 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 89 85 -
CMYK 0 0.35 0.38 0.46
HSL 4.62º 0.23% 0.44% -
HSV(B) 4.62º 0.38% 0.54% -
XYZ 15.53 13.12 10.31 -
YUV 102.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 137 89 85 0 0.35 0.38 0.46 4.62 0.23 0.44
Hex 89 59 55 0 23 26 2E 5 17 2C
Octal 211 131 125 0 43 46 56 5 27 54
Binary 10001001 1011001 1010101 0 100011 100110 101110 101 10111 101100

Color Harmonies of #895955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895955

Black with #895955

Text Example


Text Example

White with #895955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895955; }

 p { color: rgb(137,89,85); }

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

background-color css

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

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

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

border-color css

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

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

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