#83867B

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

Shades of Gunsmoke #83867B

Tints of Gunsmoke #83867B

Color information

#83867B (or 0x83867B) is unknown color: approx Gunsmoke. HEX triplet: 83, 86 and 7B. RGB value is (131,134,123). Sum of RGB (Red+Green+Blue) = 131+134+123=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 134 - color contains mainly: green. Hex color #83867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83867B is #7C7984. Grayscale: #838383. Windows color (decimal): -8157573 or 8095363. OLE color: 8095363.

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

Color convert

RGB131134123-
CMYK0.0200.080.47
HSL76.36º4.35%50.39%-
HSV(B)76.36º8.21%52.55%-
XYZ21.4623.3122.11-
YUV131.85123.01127.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=33.76%
G=34.54%
B=31.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341230.0200.080.4776.364.3550.39
Hex83867B2082F4c432
Octal203206173201057114462
Binary1000001110000110111101110010001011111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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