Html Css Color HEX #885E5D Rose Taupe

📋 copy color: '#885E5D'

red 136 ◦ green 94 ◦ blue 93

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

Shades of Rose Taupe #885E5D

Tints of Rose Taupe #885E5D

RGB

 RED value IS 136 (53.52% from 255) = 42.11%

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 42.11%
G = 29.1%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#885E5D (or 0x885E5D) is known color: Rose Taupe. HEX triplet: 88, 5E and 5D. RGB value is (136,94,93). Sum of RGB (Red+Green+Blue) = 136+94+93=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E5D is #77A1A2. Grayscale: #6A6A6A. Windows color (decimal): -7840163 or 6119048. OLE color: 6119048.

HSL color Cylindrical-coordinate representation of color #885E5D: hue angle of 1.4º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885E5D is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 93 -
CMYK 0 0.31 0.32 0.47
HSL 1.4º 0.19% 0.45% -
HSV(B) 1.4º 0.32% 0.53% -
XYZ 16.13 14.03 12.21 -
YUV 106.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 136 94 93 0 0.31 0.32 0.47 1.4 0.19 0.45
Hex 88 5E 5D 0 1F 20 2F 1 13 2D
Octal 210 136 135 0 37 40 57 1 23 55
Binary 10001000 1011110 1011101 0 11111 100000 101111 1 10011 101101

Color Harmonies of #885E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E5D

Black with #885E5D

Text Example


Text Example

White with #885E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E5D; }

 p { color: rgb(136,94,93); }

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

background-color css

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

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

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

border-color css

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

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

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