#818573

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

Shades of Gunsmoke #818573

Tints of Gunsmoke #818573

Color information

#818573 (or 0x818573) is unknown color: approx Gunsmoke. HEX triplet: 81, 85 and 73. RGB value is (129,133,115). Sum of RGB (Red+Green+Blue) = 129+133+115=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #818573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818573 is #7E7A8C. Grayscale: #818181. Windows color (decimal): -8288909 or 7570817. OLE color: 7570817.

HSL color Cylindrical-coordinate representation of color #818573: hue angle of 73.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818573 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB129133115-
CMYK0.0300.140.48
HSL73.33º7.26%48.63%-
HSV(B)73.33º13.53%52.16%-
XYZ20.5422.6819.52-
YUV129.75119.67127.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=34.22%
G=35.28%
B=30.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291331150.0300.140.4873.337.2648.63
Hex81857330E3049731
Octal201205163301660111761
Binary1000000110000101111001111011101100001001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818573; }

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

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

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

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

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

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

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

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