#828381

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

Shades of Gunsmoke #828381

Tints of Gunsmoke #828381

Color information

#828381 (or 0x828381) is unknown color: approx Gunsmoke. HEX triplet: 82, 83 and 81. RGB value is (130,131,129). Sum of RGB (Red+Green+Blue) = 130+131+129=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 131 - color contains mainly: green. Hex color #828381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828381 is #7D7C7E. Grayscale: #828282. Windows color (decimal): -8223871 or 8487810. OLE color: 8487810.

HSL color Cylindrical-coordinate representation of color #828381: hue angle of 90º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828381 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB130131129-
CMYK0.0100.020.49
HSL90º0.8%50.98%-
HSV(B)90º1.53%51.37%-
XYZ21.2822.5624-
YUV130.47127.17127.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=33.33%
G=33.59%
B=33.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301311290.0100.020.49900.850.98
Hex828381102315a133
Octal20220320110261132163
Binary100000101000001110000001101011000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828381; }

 p { color: rgb(130,131,129); }

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

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

 a { background-color: rgb(130,131,129); }

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

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

 span { border-color: rgb(130,131,129); }

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