#855959

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

Shades of Rose Taupe #855959

Tints of Rose Taupe #855959

Color information

#855959 (or 0x855959) is unknown color: approx Rose Taupe. HEX triplet: 85, 59 and 59. RGB value is (133,89,89). Sum of RGB (Red+Green+Blue) = 133+89+89=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #855959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855959 is #7AA6A6. Grayscale: #666666. Windows color (decimal): -8038055 or 5855621. OLE color: 5855621.

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

Color convert

RGB1338989-
CMYK00.330.330.48
HSL19.82%43.53%-
HSV(B)33.08%52.16%-
XYZ15.0512.8511.14-
YUV102.16120.58150-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=42.77%
G=28.62%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133898900.330.330.48019.8243.53
Hex85595902121300142c
Octal205131131041416002454
Binary10000101101100110110010100001100001110000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855959; }

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

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

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

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

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

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

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

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