#808471

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

Shades of Gunsmoke #808471

Tints of Gunsmoke #808471

Color information

#808471 (or 0x808471) is unknown color: approx Gunsmoke. HEX triplet: 80, 84 and 71. RGB value is (128,132,113). Sum of RGB (Red+Green+Blue) = 128+132+113=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #808471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808471 is #7F7B8E. Grayscale: #808080. Windows color (decimal): -8354703 or 7439488. OLE color: 7439488.

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

Color convert

RGB128132113-
CMYK0.0300.140.48
HSL72.63º7.76%48.04%-
HSV(B)72.63º14.39%51.76%-
XYZ20.1322.2818.86-
YUV128.64119.17127.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.32%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=34.32%
G=35.39%
B=30.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281321130.0300.140.4872.637.7648.04
Hex80847130E3049830
Octal2002041613016601111060
Binary10000000100001001110001110111011000010010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808471; }

 p { color: rgb(128,132,113); }

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

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

 a { background-color: rgb(128,132,113); }

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

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

 span { border-color: rgb(128,132,113); }

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