#855757

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

Shades of Rose Taupe #855757

Tints of Rose Taupe #855757

Color information

#855757 (or 0x855757) is unknown color: approx Rose Taupe. HEX triplet: 85, 57 and 57. RGB value is (133,87,87). Sum of RGB (Red+Green+Blue) = 133+87+87=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #855757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855757 is #7AA8A8. Grayscale: #646464. Windows color (decimal): -8038569 or 5724037. OLE color: 5724037.

HSL color Cylindrical-coordinate representation of color #855757: hue angle of 0º 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 #855757 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1338787-
CMYK00.350.350.48
HSL20.91%43.14%-
HSV(B)34.59%52.16%-
XYZ14.812.4910.65-
YUV100.75120.24151-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=43.32%
G=28.34%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133878700.350.350.48020.9143.14
Hex85575702323300152b
Octal205127127043436002553
Binary10000101101011110101110100011100011110000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855757; }

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

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

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

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

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

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

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

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