#809373

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

Shades of Amulet #809373

Tints of Amulet #809373

Color information

#809373 (or 0x809373) is unknown color: approx Amulet. HEX triplet: 80, 93 and 73. RGB value is (128,147,115). Sum of RGB (Red+Green+Blue) = 128+147+115=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #809373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809373 is #7F6C8C. Grayscale: #898989. Windows color (decimal): -8350861 or 7574400. OLE color: 7574400.

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

Color convert

RGB128147115-
CMYK0.1300.220.42
HSL95.62º12.9%51.37%-
HSV(B)95.62º21.77%57.65%-
XYZ22.4326.6920.19-
YUV137.67115.21121.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=32.82%
G=37.69%
B=29.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471150.1300.220.4295.6212.951.37
Hex809373D0162A60d33
Octal20022316315026521401563
Binary10000000100100111110011110101011010101011000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809373; }

 p { color: rgb(128,147,115); }

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

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

 a { background-color: rgb(128,147,115); }

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

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

 span { border-color: rgb(128,147,115); }

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