#83887A

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

Shades of Gunsmoke #83887A

Tints of Gunsmoke #83887A

Color information

#83887A (or 0x83887A) is unknown color: approx Gunsmoke. HEX triplet: 83, 88 and 7A. RGB value is (131,136,122). Sum of RGB (Red+Green+Blue) = 131+136+122=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #83887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83887A is #7C7785. Grayscale: #848484. Windows color (decimal): -8157062 or 8030339. OLE color: 8030339.

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

Color convert

RGB131136122-
CMYK0.0400.100.47
HSL81.43º5.56%50.59%-
HSV(B)81.43º10.29%53.33%-
XYZ21.6823.8421.87-
YUV132.91121.84126.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=33.68%
G=34.96%
B=31.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361220.0400.100.4781.435.5650.59
Hex83887A40A2F51633
Octal203210172401257121663
Binary10000011100010001111010100010101011111010001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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