#808573

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

Shades of Gunsmoke #808573

Tints of Gunsmoke #808573

Color information

#808573 (or 0x808573) is unknown color: approx Gunsmoke. HEX triplet: 80, 85 and 73. RGB value is (128,133,115). Sum of RGB (Red+Green+Blue) = 128+133+115=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #808573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808573 is #7F7A8C. Grayscale: #818181. Windows color (decimal): -8354445 or 7570816. OLE color: 7570816.

HSL color Cylindrical-coordinate representation of color #808573: hue angle of 76.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808573 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB128133115-
CMYK0.0400.140.48
HSL76.67º7.26%48.63%-
HSV(B)76.67º13.53%52.16%-
XYZ20.3822.619.51-
YUV129.45119.84126.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=34.04%
G=35.37%
B=30.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331150.0400.140.4876.677.2648.63
Hex80857340E304d731
Octal200205163401660115761
Binary10000000100001011110011100011101100001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808573; }

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

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

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

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

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

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

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

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