#855956

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

Shades of Rose Taupe #855956

Tints of Rose Taupe #855956

Color information

#855956 (or 0x855956) is unknown color: approx Rose Taupe. HEX triplet: 85, 59 and 56. RGB value is (133,89,86). Sum of RGB (Red+Green+Blue) = 133+89+86=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #855956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855956 is #7AA6A9. Grayscale: #656565. Windows color (decimal): -8038058 or 5659013. OLE color: 5659013.

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

Color convert

RGB1338986-
CMYK00.330.350.48
HSL3.83º21.46%42.94%-
HSV(B)3.83º35.34%52.16%-
XYZ14.9212.810.49-
YUV101.81119.08150.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=43.18%
G=28.90%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133898600.330.350.483.8321.4642.94
Hex85595602123304152b
Octal205131126041436042553
Binary1000010110110011010110010000110001111000010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855956; }

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

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

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

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

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

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

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

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