#828973

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

Shades of Gunsmoke #828973

Tints of Gunsmoke #828973

Color information

#828973 (or 0x828973) is unknown color: approx Gunsmoke. HEX triplet: 82, 89 and 73. RGB value is (130,137,115). Sum of RGB (Red+Green+Blue) = 130+137+115=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #828973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828973 is #7D768C. Grayscale: #848484. Windows color (decimal): -8222349 or 7571842. OLE color: 7571842.

HSL color Cylindrical-coordinate representation of color #828973: hue angle of 79.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828973 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB130137115-
CMYK0.0500.160.46
HSL79.09º8.73%49.41%-
HSV(B)79.09º16.06%53.73%-
XYZ21.2523.8719.71-
YUV132.4118.18126.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.03%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=34.03%
G=35.86%
B=30.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371150.0500.160.4679.098.7349.41
Hex82897350102E4f931
Octal2022111635020561171161
Binary1000001010001001111001110101000010111010011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828973; }

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

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

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

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

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

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

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

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