#855858

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

Shades of Rose Taupe #855858

Tints of Rose Taupe #855858

Color information

#855858 (or 0x855858) is unknown color: approx Rose Taupe. HEX triplet: 85, 58 and 58. RGB value is (133,88,88). Sum of RGB (Red+Green+Blue) = 133+88+88=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855858 is #7AA7A7. Grayscale: #656565. Windows color (decimal): -8038312 or 5789829. OLE color: 5789829.

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

Color convert

RGB1338888-
CMYK00.340.340.48
HSL20.36%43.33%-
HSV(B)33.83%52.16%-
XYZ14.9212.6710.89-
YUV101.46120.41150.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=43.04%
G=28.48%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133888800.340.340.48020.3643.33
Hex85585802222300142b
Octal205130130042426002453
Binary10000101101100010110000100010100010110000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855858; }

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

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

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

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

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

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

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

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