#809472

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

Shades of Amulet #809472

Tints of Amulet #809472

Color information

#809472 (or 0x809472) is unknown color: approx Amulet. HEX triplet: 80, 94 and 72. RGB value is (128,148,114). Sum of RGB (Red+Green+Blue) = 128+148+114=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #809472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809472 is #7F6B8D. Grayscale: #8A8A8A. Windows color (decimal): -8350606 or 7509120. OLE color: 7509120.

HSL color Cylindrical-coordinate representation of color #809472: hue angle of 95.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #809472 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB128148114-
CMYK0.1400.230.42
HSL95.29º13.71%51.37%-
HSV(B)95.29º22.97%58.04%-
XYZ22.5326.9819.94-
YUV138.14114.37120.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=32.82%
G=37.95%
B=29.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481140.1400.230.4295.2913.7151.37
Hex809472E0172A5fe33
Octal20022416216027521371663
Binary10000000100101001110010111001011110101010111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809472; }

 p { color: rgb(128,148,114); }

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

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

 a { background-color: rgb(128,148,114); }

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

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

 span { border-color: rgb(128,148,114); }

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