#83887B

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

Shades of Gunsmoke #83887B

Tints of Gunsmoke #83887B

Color information

#83887B (or 0x83887B) is unknown color: approx Gunsmoke. HEX triplet: 83, 88 and 7B. RGB value is (131,136,123). Sum of RGB (Red+Green+Blue) = 131+136+123=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #83887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83887B is #7C7784. Grayscale: #858585. Windows color (decimal): -8157061 or 8095875. OLE color: 8095875.

HSL color Cylindrical-coordinate representation of color #83887B: hue angle of 83.08º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83887B is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB131136123-
CMYK0.0400.100.47
HSL83.08º5.18%50.78%-
HSV(B)83.08º9.56%53.33%-
XYZ21.7423.8622.2-
YUV133.02122.34126.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=33.59%
G=34.87%
B=31.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361230.0400.100.4783.085.1850.78
Hex83887B40A2F53533
Octal203210173401257123563
Binary10000011100010001111011100010101011111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83887B; }

 p { color: rgb(131,136,123); }

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

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

 a { background-color: rgb(131,136,123); }

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

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

 span { border-color: rgb(131,136,123); }

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