#83897B

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

Shades of Gunsmoke #83897B

Tints of Gunsmoke #83897B

Color information

#83897B (or 0x83897B) is unknown color: approx Gunsmoke. HEX triplet: 83, 89 and 7B. RGB value is (131,137,123). Sum of RGB (Red+Green+Blue) = 131+137+123=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 137 - color contains mainly: green. Hex color #83897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83897B is #7C7684. Grayscale: #858585. Windows color (decimal): -8156805 or 8096131. OLE color: 8096131.

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

Color convert

RGB131137123-
CMYK0.0400.100.46
HSL85.71º5.6%50.98%-
HSV(B)85.71º10.22%53.73%-
XYZ21.8824.1522.25-
YUV133.61122.01126.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=33.50%
G=35.04%
B=31.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371230.0400.100.4685.715.650.98
Hex83897B40A2E56633
Octal203211173401256126663
Binary10000011100010011111011100010101011101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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