#846972

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

Shades of Empress #846972

Tints of Empress #846972

Color information

#846972 (or 0x846972) is unknown color: approx Empress. HEX triplet: 84, 69 and 72. RGB value is (132,105,114). Sum of RGB (Red+Green+Blue) = 132+105+114=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846972 is #7B968D. Grayscale: #727272. Windows color (decimal): -8099470 or 7498116. OLE color: 7498116.

HSL color Cylindrical-coordinate representation of color #846972: hue angle of 340º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846972 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132105114-
CMYK00.200.140.48
HSL340º11.39%46.47%-
HSV(B)340º20.45%51.76%-
XYZ17.616.2218.12-
YUV114.1127.95140.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=37.61%
G=29.91%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210511400.200.140.4834011.3946.47
Hex846972014E30154b2e
Octal20415116202416605241356
Binary100001001101001111001001010011101100001010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846972; }

 p { color: rgb(132,105,114); }

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

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

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

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

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

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

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