#838581

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

Shades of Gunsmoke #838581

Tints of Gunsmoke #838581

Color information

#838581 (or 0x838581) is unknown color: approx Gunsmoke. HEX triplet: 83, 85 and 81. RGB value is (131,133,129). Sum of RGB (Red+Green+Blue) = 131+133+129=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 133 - color contains mainly: green. Hex color #838581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838581 is #7C7A7E. Grayscale: #838383. Windows color (decimal): -8157823 or 8488323. OLE color: 8488323.

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

Color convert

RGB131133129-
CMYK0.0200.030.48
HSL90º1.61%51.37%-
HSV(B)90º3.01%52.16%-
XYZ21.7123.1924.1-
YUV131.95126.34127.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=33.33%
G=33.84%
B=32.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331290.0200.030.48901.6151.37
Hex838581203305a233
Octal20320520120360132263
Binary10000011100001011000000110011110000101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838581; }

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

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

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

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

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

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

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

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