#83887D

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

Shades of Gunsmoke #83887D

Tints of Gunsmoke #83887D

Color information

#83887D (or 0x83887D) is unknown color: approx Gunsmoke. HEX triplet: 83, 88 and 7D. RGB value is (131,136,125). Sum of RGB (Red+Green+Blue) = 131+136+125=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 136 - color contains mainly: green. Hex color #83887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83887D is #7C7782. Grayscale: #858585. Windows color (decimal): -8157059 or 8226947. OLE color: 8226947.

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

Color convert

RGB131136125-
CMYK0.0400.080.47
HSL87.27º4.42%51.18%-
HSV(B)87.27º8.09%53.33%-
XYZ21.8723.9122.87-
YUV133.25123.34126.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=33.42%
G=34.69%
B=31.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361250.0400.080.4787.274.4251.18
Hex83887D4082F57433
Octal203210175401057127463
Binary10000011100010001111101100010001011111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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