#855B56

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

Shades of Rose Taupe #855B56

Tints of Rose Taupe #855B56

Color information

#855B56 (or 0x855B56) is unknown color: approx Rose Taupe. HEX triplet: 85, 5B and 56. RGB value is (133,91,86). Sum of RGB (Red+Green+Blue) = 133+91+86=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #855B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B56 is #7AA4A9. Grayscale: #676767. Windows color (decimal): -8037546 or 5659525. OLE color: 5659525.

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

Color convert

RGB1339186-
CMYK00.320.350.48
HSL6.38º21.46%42.94%-
HSV(B)6.38º35.34%52.16%-
XYZ15.0913.1410.54-
YUV102.99118.41149.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=42.90%
G=29.35%
B=27.74%

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
Decimal133918600.320.350.486.3821.4642.94
Hex855B5602023306152b
Octal205133126040436062553
Binary1000010110110111010110010000010001111000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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