#845856

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

Shades of Rose Taupe #845856

Tints of Rose Taupe #845856

Color information

#845856 (or 0x845856) is unknown color: approx Rose Taupe. HEX triplet: 84, 58 and 56. RGB value is (132,88,86). Sum of RGB (Red+Green+Blue) = 132+88+86=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #845856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845856 is #7BA7A9. Grayscale: #646464. Windows color (decimal): -8103850 or 5658756. OLE color: 5658756.

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

Color convert

RGB1328886-
CMYK00.330.350.48
HSL2.61º21.1%42.75%-
HSV(B)2.61º34.85%51.76%-
XYZ14.6912.5610.45-
YUV100.93119.58150.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=43.14%
G=28.76%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132888600.330.350.482.6121.142.75
Hex84585602123303152b
Octal204130126041436032553
Binary100001001011000101011001000011000111100001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845856; }

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

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

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

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

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

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

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

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