#858D73

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

Shades of Gunsmoke #858D73

Tints of Gunsmoke #858D73

Color information

#858D73 (or 0x858D73) is unknown color: approx Gunsmoke. HEX triplet: 85, 8D and 73. RGB value is (133,141,115). Sum of RGB (Red+Green+Blue) = 133+141+115=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #858D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D73 is #7A728C. Grayscale: #878787. Windows color (decimal): -8024717 or 7572869. OLE color: 7572869.

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

Color convert

RGB133141115-
CMYK0.0600.180.45
HSL78.46º10.24%50.2%-
HSV(B)78.46º18.44%55.29%-
XYZ22.2925.2719.92-
YUV135.64116.35126.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=34.19%
G=36.25%
B=29.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331411150.0600.180.4578.4610.2450.2
Hex858D7360122D4ea32
Octal2052151636022551161262
Binary1000010110001101111001111001001010110110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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