#855B57

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

Shades of Rose Taupe #855B57

Tints of Rose Taupe #855B57

Color information

#855B57 (or 0x855B57) is unknown color: approx Rose Taupe. HEX triplet: 85, 5B and 57. RGB value is (133,91,87). Sum of RGB (Red+Green+Blue) = 133+91+87=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #855B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B57 is #7AA4A8. Grayscale: #676767. Windows color (decimal): -8037545 or 5725061. OLE color: 5725061.

HSL color Cylindrical-coordinate representation of color #855B57: hue angle of 5.22º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855B57 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1339187-
CMYK00.320.350.48
HSL5.22º20.91%43.14%-
HSV(B)5.22º34.59%52.16%-
XYZ15.1313.1610.76-
YUV103.1118.91149.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=42.77%
G=29.26%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133918700.320.350.485.2220.9143.14
Hex855B5702023305152b
Octal205133127040436052553
Binary1000010110110111010111010000010001111000010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,91,87); }

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

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

 a { background-color: rgb(133,91,87); }

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

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

 span { border-color: rgb(133,91,87); }

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