#855D61

Color #855D61 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #855D61

Tints of Mauve Taupe #855D61

Color information

#855D61 (or 0x855D61) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5D and 61. RGB value is (133,93,97). Sum of RGB (Red+Green+Blue) = 133+93+97=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #855D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D61 is #7AA29E. Grayscale: #696969. Windows color (decimal): -8037023 or 6380933. OLE color: 6380933.

HSL color Cylindrical-coordinate representation of color #855D61: hue angle of 354º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D61 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1339397-
CMYK00.300.270.48
HSL354º17.7%44.31%-
HSV(B)354º30.08%52.16%-
XYZ15.7413.6813.12-
YUV105.42123.25147.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=41.18%
G=28.79%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133939700.300.270.4835417.744.31
Hex855D6101E1B30162122c
Octal20513514103633605422254
Binary10000101101110111000010111101101111000010110001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855D61; }

 p { color: rgb(133,93,97); }

 H1.HeaderClassName
 {
   color: #855D61;
 }
 .AnyTagClassName
 {
   color: #855D61;
 }
</style>
background-color css

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

 a { background-color: rgb(133,93,97); }

 div.DivClassName
 {
   background-color: #855D61;
 }
 .BgClassName
 {
   background-color: #855D61;
 }
</style>
border-color css

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

 span { border-color: rgb(133,93,97); }

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