#818973

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

Shades of Gunsmoke #818973

Tints of Gunsmoke #818973

Color information

#818973 (or 0x818973) is unknown color: approx Gunsmoke. HEX triplet: 81, 89 and 73. RGB value is (129,137,115). Sum of RGB (Red+Green+Blue) = 129+137+115=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #818973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818973 is #7E768C. Grayscale: #848484. Windows color (decimal): -8287885 or 7571841. OLE color: 7571841.

HSL color Cylindrical-coordinate representation of color #818973: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #818973 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB129137115-
CMYK0.0600.160.46
HSL81.82º8.73%49.41%-
HSV(B)81.82º16.06%53.73%-
XYZ21.0923.819.7-
YUV132.1118.35125.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=33.86%
G=35.96%
B=30.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371150.0600.160.4681.828.7349.41
Hex81897360102E52931
Octal2012111636020561221161
Binary1000000110001001111001111001000010111010100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818973; }

 p { color: rgb(129,137,115); }

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

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

 a { background-color: rgb(129,137,115); }

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

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

 span { border-color: rgb(129,137,115); }

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