#83867D

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

Shades of Gunsmoke #83867D

Tints of Gunsmoke #83867D

Color information

#83867D (or 0x83867D) is unknown color: approx Gunsmoke. HEX triplet: 83, 86 and 7D. RGB value is (131,134,125). Sum of RGB (Red+Green+Blue) = 131+134+125=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #83867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83867D is #7C7982. Grayscale: #848484. Windows color (decimal): -8157571 or 8226435. OLE color: 8226435.

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

Color convert

RGB131134125-
CMYK0.0200.070.47
HSL80º3.59%50.78%-
HSV(B)80º6.72%52.55%-
XYZ21.5923.3622.77-
YUV132.08124.01127.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=33.59%
G=34.36%
B=32.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341250.0200.070.47803.5950.78
Hex83867D2072F50433
Octal20320617520757120463
Binary100000111000011011111011001111011111010000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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