#855B58

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

Shades of Rose Taupe #855B58

Tints of Rose Taupe #855B58

Color information

#855B58 (or 0x855B58) is unknown color: approx Rose Taupe. HEX triplet: 85, 5B and 58. RGB value is (133,91,88). Sum of RGB (Red+Green+Blue) = 133+91+88=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #855B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B58 is #7AA4A7. Grayscale: #676767. Windows color (decimal): -8037544 or 5790597. OLE color: 5790597.

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

Color convert

RGB1339188-
CMYK00.320.340.48
HSL20.36%43.33%-
HSV(B)33.83%52.16%-
XYZ15.1813.1710.98-
YUV103.22119.41149.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=42.63%
G=29.17%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133918800.320.340.48420.3643.33
Hex855B5802022304142b
Octal205133130040426042453
Binary1000010110110111011000010000010001011000010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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