#838C73

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

Shades of Gunsmoke #838C73

Tints of Gunsmoke #838C73

Color information

#838C73 (or 0x838C73) is unknown color: approx Gunsmoke. HEX triplet: 83, 8C and 73. RGB value is (131,140,115). Sum of RGB (Red+Green+Blue) = 131+140+115=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #838C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C73 is #7C738C. Grayscale: #868686. Windows color (decimal): -8156045 or 7572611. OLE color: 7572611.

HSL color Cylindrical-coordinate representation of color #838C73: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838C73 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB131140115-
CMYK0.0600.180.45
HSL81.6º9.8%50%-
HSV(B)81.6º17.86%54.9%-
XYZ21.8324.8219.86-
YUV134.46117.02125.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=33.94%
G=36.27%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311401150.0600.180.4581.69.850
Hex838C7360122D52a32
Octal2032141636022551221262
Binary1000001110001100111001111001001010110110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838C73; }

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

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

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

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

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

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

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

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