#858D71

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

Shades of Gunsmoke #858D71

Tints of Gunsmoke #858D71

Color information

#858D71 (or 0x858D71) is unknown color: approx Gunsmoke. HEX triplet: 85, 8D and 71. RGB value is (133,141,113). Sum of RGB (Red+Green+Blue) = 133+141+113=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 141 - color contains mainly: green. Hex color #858D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D71 is #7A728E. Grayscale: #878787. Windows color (decimal): -8024719 or 7441797. OLE color: 7441797.

HSL color Cylindrical-coordinate representation of color #858D71: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #858D71 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB133141113-
CMYK0.0600.200.45
HSL77.14º11.02%49.8%-
HSV(B)77.14º19.86%55.29%-
XYZ22.1825.2319.32-
YUV135.42115.35126.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=34.37%
G=36.43%
B=29.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331411130.0600.200.4577.1411.0249.8
Hex858D7160142D4db32
Octal2052151616024551151362
Binary1000010110001101111000111001010010110110011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858D71; }

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

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

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

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

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

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

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

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