#828971

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

Shades of Gunsmoke #828971

Tints of Gunsmoke #828971

Color information

#828971 (or 0x828971) is unknown color: approx Gunsmoke. HEX triplet: 82, 89 and 71. RGB value is (130,137,113). Sum of RGB (Red+Green+Blue) = 130+137+113=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #828971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828971 is #7D768E. Grayscale: #848484. Windows color (decimal): -8222351 or 7440770. OLE color: 7440770.

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

Color convert

RGB130137113-
CMYK0.0500.180.46
HSL77.5º9.6%49.02%-
HSV(B)77.5º17.52%53.73%-
XYZ21.1323.8319.11-
YUV132.17117.18126.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=34.21%
G=36.05%
B=29.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371130.0500.180.4677.59.649.02
Hex82897150122E4da31
Octal2022111615022561151261
Binary1000001010001001111000110101001010111010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828971; }

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

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

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

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

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

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

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

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