#83897A

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

Shades of Gunsmoke #83897A

Tints of Gunsmoke #83897A

Color information

#83897A (or 0x83897A) is unknown color: approx Gunsmoke. HEX triplet: 83, 89 and 7A. RGB value is (131,137,122). Sum of RGB (Red+Green+Blue) = 131+137+122=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #83897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83897A is #7C7685. Grayscale: #858585. Windows color (decimal): -8156806 or 8030595. OLE color: 8030595.

HSL color Cylindrical-coordinate representation of color #83897A: hue angle of 84º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83897A is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB131137122-
CMYK0.0400.110.46
HSL84º5.98%50.78%-
HSV(B)84º10.95%53.73%-
XYZ21.8224.1221.92-
YUV133.5121.51126.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=33.59%
G=35.13%
B=31.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371220.0400.110.46845.9850.78
Hex83897A40B2E54633
Octal203211172401356124663
Binary10000011100010011111010100010111011101010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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