Html Css Color HEX #885F5C Rose Taupe

📋 copy color: '#885F5C'

red 136 ◦ green 95 ◦ blue 92

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

Shades of Rose Taupe #885F5C

Tints of Rose Taupe #885F5C

RGB

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

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

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

R = 42.11%
G = 29.41%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#885F5C (or 0x885F5C) is known color: Rose Taupe. HEX triplet: 88, 5F and 5C. RGB value is (136,95,92). Sum of RGB (Red+Green+Blue) = 136+95+92=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F5C is #77A0A3. Grayscale: #6A6A6A. Windows color (decimal): -7839908 or 6053768. OLE color: 6053768.

HSL color Cylindrical-coordinate representation of color #885F5C: hue angle of 4.09º 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 #885F5C is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 92 -
CMYK 0 0.30 0.32 0.47
HSL 4.09º 0.19% 0.45% -
HSV(B) 4.09º 0.32% 0.53% -
XYZ 16.18 14.19 12.01 -
YUV 106.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 136 95 92 0 0.30 0.32 0.47 4.09 0.19 0.45
Hex 88 5F 5C 0 1E 20 2F 4 13 2D
Octal 210 137 134 0 36 40 57 4 23 55
Binary 10001000 1011111 1011100 0 11110 100000 101111 100 10011 101101

Color Harmonies of #885F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F5C

Black with #885F5C

Text Example


Text Example

White with #885F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,95,92); }

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

background-color css

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

 a { background-color: rgb(136,95,92); }

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

border-color css

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

 span { border-color: rgb(136,95,92); }

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