#845858

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

Shades of Rose Taupe #845858

Tints of Rose Taupe #845858

Color information

#845858 (or 0x845858) is unknown color: approx Rose Taupe. HEX triplet: 84, 58 and 58. RGB value is (132,88,88). Sum of RGB (Red+Green+Blue) = 132+88+88=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #845858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845858 is #7BA7A7. Grayscale: #656565. Windows color (decimal): -8103848 or 5789828. OLE color: 5789828.

HSL color Cylindrical-coordinate representation of color #845858: 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.33%. Process color model (Four color, CMYK) of #845858 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1328888-
CMYK00.330.330.48
HSL20%43.14%-
HSV(B)33.33%51.76%-
XYZ14.7712.5910.88-
YUV101.16120.58150-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

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
Decimal132888800.330.330.4802043.14
Hex84585802121300142b
Octal204130130041416002453
Binary10000100101100010110000100001100001110000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845858; }

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

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

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

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

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

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

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

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