#845956

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

Shades of Rose Taupe #845956

Tints of Rose Taupe #845956

Color information

#845956 (or 0x845956) is unknown color: approx Rose Taupe. HEX triplet: 84, 59 and 56. RGB value is (132,89,86). Sum of RGB (Red+Green+Blue) = 132+89+86=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #845956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845956 is #7BA6A9. Grayscale: #656565. Windows color (decimal): -8103594 or 5659012. OLE color: 5659012.

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

Color convert

RGB1328986-
CMYK00.330.350.48
HSL3.91º21.1%42.75%-
HSV(B)3.91º34.85%51.76%-
XYZ14.7712.7210.48-
YUV101.51119.25149.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=43.00%
G=28.99%
B=28.01%

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
Decimal132898600.330.350.483.9121.142.75
Hex84595602123304152b
Octal204131126041436042553
Binary1000010010110011010110010000110001111000010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845956; }

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

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

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

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

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

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

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

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