#828A73

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

Shades of Gunsmoke #828A73

Tints of Gunsmoke #828A73

Color information

#828A73 (or 0x828A73) is unknown color: approx Gunsmoke. HEX triplet: 82, 8A and 73. RGB value is (130,138,115). Sum of RGB (Red+Green+Blue) = 130+138+115=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #828A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A73 is #7D758C. Grayscale: #858585. Windows color (decimal): -8222093 or 7572098. OLE color: 7572098.

HSL color Cylindrical-coordinate representation of color #828A73: hue angle of 80.87º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #828A73 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB130138115-
CMYK0.0600.170.46
HSL80.87º9.09%49.61%-
HSV(B)80.87º16.67%54.12%-
XYZ21.3924.1619.76-
YUV132.99117.85125.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=33.94%
G=36.03%
B=30.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301381150.0600.170.4680.879.0949.61
Hex828A7360112E51932
Octal2022121636021561211162
Binary1000001010001010111001111001000110111010100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A73; }

 p { color: rgb(130,138,115); }

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

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

 a { background-color: rgb(130,138,115); }

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

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

 span { border-color: rgb(130,138,115); }

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