#838A73

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

Shades of Gunsmoke #838A73

Tints of Gunsmoke #838A73

Color information

#838A73 (or 0x838A73) is unknown color: approx Gunsmoke. HEX triplet: 83, 8A and 73. RGB value is (131,138,115). Sum of RGB (Red+Green+Blue) = 131+138+115=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 138 - color contains mainly: green. Hex color #838A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A73 is #7C758C. Grayscale: #858585. Windows color (decimal): -8156557 or 7572099. OLE color: 7572099.

HSL color Cylindrical-coordinate representation of color #838A73: hue angle of 78.26º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #838A73 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB131138115-
CMYK0.0500.170.46
HSL78.26º9.09%49.61%-
HSV(B)78.26º16.67%54.12%-
XYZ21.5424.2419.76-
YUV133.28117.68126.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=34.11%
G=35.94%
B=29.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311381150.0500.170.4678.269.0949.61
Hex838A7350112E4e932
Octal2032121635021561161162
Binary1000001110001010111001110101000110111010011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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