#838873

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

Shades of Gunsmoke #838873

Tints of Gunsmoke #838873

Color information

#838873 (or 0x838873) is unknown color: approx Gunsmoke. HEX triplet: 83, 88 and 73. RGB value is (131,136,115). Sum of RGB (Red+Green+Blue) = 131+136+115=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #838873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838873 is #7C778C. Grayscale: #848484. Windows color (decimal): -8157069 or 7571587. OLE color: 7571587.

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

Color convert

RGB131136115-
CMYK0.0400.150.47
HSL74.29º8.37%49.22%-
HSV(B)74.29º15.44%53.33%-
XYZ21.2623.6719.67-
YUV132.11118.34127.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=34.29%
G=35.60%
B=30.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361150.0400.150.4774.298.3749.22
Hex83887340F2F4a831
Octal2032101634017571121061
Binary100000111000100011100111000111110111110010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838873; }

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

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

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

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

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

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

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

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