#83857A

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

Shades of Gunsmoke #83857A

Tints of Gunsmoke #83857A

Color information

#83857A (or 0x83857A) is unknown color: approx Gunsmoke. HEX triplet: 83, 85 and 7A. RGB value is (131,133,122). Sum of RGB (Red+Green+Blue) = 131+133+122=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #83857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83857A is #7C7A85. Grayscale: #838383. Windows color (decimal): -8157830 or 8029571. OLE color: 8029571.

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

Color convert

RGB131133122-
CMYK0.0200.080.48
HSL70.91º4.31%50%-
HSV(B)70.91º8.27%52.16%-
XYZ21.2623.0121.73-
YUV131.15122.84127.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=33.94%
G=34.46%
B=31.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331220.0200.080.4870.914.3150
Hex83857A2083047432
Octal203205172201060107462
Binary1000001110000101111101010010001100001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83857A; }

 p { color: rgb(131,133,122); }

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

<style>
 a { background-color: #83857A; }

 a { background-color: rgb(131,133,122); }

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

<style>
 span { border-color: #83857A; }

 span { border-color: rgb(131,133,122); }

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