#858F73

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

Shades of Gunsmoke #858F73

Tints of Gunsmoke #858F73

Color information

#858F73 (or 0x858F73) is unknown color: approx Gunsmoke. HEX triplet: 85, 8F and 73. RGB value is (133,143,115). Sum of RGB (Red+Green+Blue) = 133+143+115=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #858F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F73 is #7A708C. Grayscale: #888888. Windows color (decimal): -8024205 or 7573381. OLE color: 7573381.

HSL color Cylindrical-coordinate representation of color #858F73: hue angle of 81.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #858F73 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB133143115-
CMYK0.0700.200.44
HSL81.43º11.11%50.59%-
HSV(B)81.43º19.58%56.08%-
XYZ22.5925.8720.02-
YUV136.82115.69125.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=34.02%
G=36.57%
B=29.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331431150.0700.200.4481.4311.1150.59
Hex858F7370142C51b33
Octal2052171637024541211363
Binary1000010110001111111001111101010010110010100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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