#838481

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

Shades of Gunsmoke #838481

Tints of Gunsmoke #838481

Color information

#838481 (or 0x838481) is unknown color: approx Gunsmoke. HEX triplet: 83, 84 and 81. RGB value is (131,132,129). Sum of RGB (Red+Green+Blue) = 131+132+129=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 132 - color contains mainly: green. Hex color #838481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838481 is #7C7B7E. Grayscale: #838383. Windows color (decimal): -8158079 or 8488067. OLE color: 8488067.

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

Color convert

RGB131132129-
CMYK0.0100.020.48
HSL80º1.2%51.18%-
HSV(B)80º2.27%51.76%-
XYZ21.5722.9124.05-
YUV131.36126.67127.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=33.42%
G=33.67%
B=32.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321290.0100.020.48801.251.18
Hex8384811023050133
Octal20320420110260120163
Binary100000111000010010000001101011000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838481; }

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

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

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

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

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

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

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

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