#838B73

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

Shades of Gunsmoke #838B73

Tints of Gunsmoke #838B73

Color information

#838B73 (or 0x838B73) is unknown color: approx Gunsmoke. HEX triplet: 83, 8B and 73. RGB value is (131,139,115). Sum of RGB (Red+Green+Blue) = 131+139+115=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #838B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B73 is #7C748C. Grayscale: #858585. Windows color (decimal): -8156301 or 7572355. OLE color: 7572355.

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

Color convert

RGB131139115-
CMYK0.0600.170.45
HSL80º9.45%49.8%-
HSV(B)80º17.27%54.51%-
XYZ21.6924.5319.81-
YUV133.87117.35125.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=34.03%
G=36.10%
B=29.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311391150.0600.170.45809.4549.8
Hex838B7360112D50932
Octal2032131636021551201162
Binary1000001110001011111001111001000110110110100001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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