#809572

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

Shades of Amulet #809572

Tints of Amulet #809572

Color information

#809572 (or 0x809572) is unknown color: approx Amulet. HEX triplet: 80, 95 and 72. RGB value is (128,149,114). Sum of RGB (Red+Green+Blue) = 128+149+114=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #809572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809572 is #7F6A8D. Grayscale: #8A8A8A. Windows color (decimal): -8350350 or 7509376. OLE color: 7509376.

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

Color convert

RGB128149114-
CMYK0.1400.230.42
HSL96º14.17%51.57%-
HSV(B)96º23.49%58.43%-
XYZ22.6927.319.99-
YUV138.73114.04120.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=32.74%
G=38.11%
B=29.16%

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
Decimal1281491140.1400.230.429614.1751.57
Hex809572E0172A60e34
Octal20022516216027521401664
Binary10000000100101011110010111001011110101011000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809572; }

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

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

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

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

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

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

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

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