#828479

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

Shades of Gunsmoke #828479

Tints of Gunsmoke #828479

Color information

#828479 (or 0x828479) is unknown color: approx Gunsmoke. HEX triplet: 82, 84 and 79. RGB value is (130,132,121). Sum of RGB (Red+Green+Blue) = 130+132+121=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #828479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828479 is #7D7B86. Grayscale: #828282. Windows color (decimal): -8223623 or 7963778. OLE color: 7963778.

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

Color convert

RGB130132121-
CMYK0.0200.080.48
HSL70.91º4.35%49.61%-
HSV(B)70.91º8.33%51.76%-
XYZ20.9122.6321.35-
YUV130.15122.84127.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=33.94%
G=34.46%
B=31.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321210.0200.080.4870.914.3549.61
Hex8284792083047432
Octal202204171201060107462
Binary1000001010000100111100110010001100001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828479; }

 p { color: rgb(130,132,121); }

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

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

 a { background-color: rgb(130,132,121); }

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

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

 span { border-color: rgb(130,132,121); }

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