#845A5A

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

Shades of Rose Taupe #845A5A

Tints of Rose Taupe #845A5A

Color information

#845A5A (or 0x845A5A) is unknown color: approx Rose Taupe. HEX triplet: 84, 5A and 5A. RGB value is (132,90,90). Sum of RGB (Red+Green+Blue) = 132+90+90=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #845A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A5A is #7BA5A5. Grayscale: #666666. Windows color (decimal): -8103334 or 5921412. OLE color: 5921412.

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

Color convert

RGB1329090-
CMYK00.320.320.48
HSL18.92%43.53%-
HSV(B)31.82%51.76%-
XYZ15.0212.9611.38-
YUV102.56120.91149-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=42.31%
G=28.85%
B=28.85%

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
Decimal132909000.320.320.48018.9243.53
Hex845A5A02020300132c
Octal204132132040406002354
Binary10000100101101010110100100000100000110000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845A5A; }

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

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

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

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

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

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

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

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