#855B5A

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

Shades of Rose Taupe #855B5A

Tints of Rose Taupe #855B5A

Color information

#855B5A (or 0x855B5A) is unknown color: approx Rose Taupe. HEX triplet: 85, 5B and 5A. RGB value is (133,91,90). Sum of RGB (Red+Green+Blue) = 133+91+90=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B5A is #7AA4A5. Grayscale: #676767. Windows color (decimal): -8037542 or 5921669. OLE color: 5921669.

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

Color convert

RGB1339190-
CMYK00.320.320.48
HSL1.4º19.28%43.73%-
HSV(B)1.4º32.33%52.16%-
XYZ15.2613.2111.42-
YUV103.44120.41149.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=42.36%
G=28.98%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133919000.320.320.481.419.2843.73
Hex855B5A02020301132c
Octal205133132040406012354
Binary10000101101101110110100100000100000110000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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