#83867E

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

Shades of Gunsmoke #83867E

Tints of Gunsmoke #83867E

Color information

#83867E (or 0x83867E) is unknown color: approx Gunsmoke. HEX triplet: 83, 86 and 7E. RGB value is (131,134,126). Sum of RGB (Red+Green+Blue) = 131+134+126=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 134 - color contains mainly: green. Hex color #83867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83867E is #7C7981. Grayscale: #848484. Windows color (decimal): -8157570 or 8291971. OLE color: 8291971.

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

Color convert

RGB131134126-
CMYK0.0200.060.47
HSL82.5º3.2%50.98%-
HSV(B)82.5º5.97%52.55%-
XYZ21.6523.3823.11-
YUV132.19124.51127.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=33.50%
G=34.27%
B=32.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341260.0200.060.4782.53.250.98
Hex83867E2062F52333
Octal20320617620657122363
Binary10000011100001101111110100110101111101001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83867E; }

 p { color: rgb(131,134,126); }

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

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

 a { background-color: rgb(131,134,126); }

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

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

 span { border-color: rgb(131,134,126); }

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