#818571

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

Shades of Gunsmoke #818571

Tints of Gunsmoke #818571

Color information

#818571 (or 0x818571) is unknown color: approx Gunsmoke. HEX triplet: 81, 85 and 71. RGB value is (129,133,113). Sum of RGB (Red+Green+Blue) = 129+133+113=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #818571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818571 is #7E7A8E. Grayscale: #818181. Windows color (decimal): -8288911 or 7439745. OLE color: 7439745.

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

Color convert

RGB129133113-
CMYK0.0300.150.48
HSL72º8.13%48.24%-
HSV(B)72º15.04%52.16%-
XYZ20.4222.6318.92-
YUV129.52118.67127.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=34.4%
G=35.47%
B=30.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291331130.0300.150.48728.1348.24
Hex81857130F3048830
Octal2012051613017601101060
Binary10000001100001011110001110111111000010010001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818571; }

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

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

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

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

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

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

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

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