#845959

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

Shades of Rose Taupe #845959

Tints of Rose Taupe #845959

Color information

#845959 (or 0x845959) is unknown color: approx Rose Taupe. HEX triplet: 84, 59 and 59. RGB value is (132,89,89). Sum of RGB (Red+Green+Blue) = 132+89+89=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #845959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845959 is #7BA6A6. Grayscale: #656565. Windows color (decimal): -8103591 or 5855620. OLE color: 5855620.

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

Color convert

RGB1328989-
CMYK00.330.330.48
HSL19.46%43.33%-
HSV(B)32.58%51.76%-
XYZ14.8912.7711.13-
YUV101.86120.75149.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=42.58%
G=28.71%
B=28.71%

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
Decimal132898900.330.330.48019.4643.33
Hex84595902121300132b
Octal204131131041416002353
Binary10000100101100110110010100001100001110000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845959; }

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

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

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

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

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

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

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

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