#838580

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

Shades of Gunsmoke #838580

Tints of Gunsmoke #838580

Color information

#838580 (or 0x838580) is unknown color: approx Gunsmoke. HEX triplet: 83, 85 and 80. RGB value is (131,133,128). Sum of RGB (Red+Green+Blue) = 131+133+128=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 133 - color contains mainly: green. Hex color #838580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838580 is #7C7A7F. Grayscale: #838383. Windows color (decimal): -8157824 or 8422787. OLE color: 8422787.

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

Color convert

RGB131133128-
CMYK0.0200.040.48
HSL84º2.01%51.18%-
HSV(B)84º3.76%52.16%-
XYZ21.6423.1623.75-
YUV131.83125.84127.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=33.42%
G=33.93%
B=32.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331280.0200.040.48842.0151.18
Hex8385802043054233
Octal20320520020460124263
Binary100000111000010110000000100100110000101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838580; }

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

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

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

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

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

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

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

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