#85897A

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

Shades of Gunsmoke #85897A

Tints of Gunsmoke #85897A

Color information

#85897A (or 0x85897A) is unknown color: approx Gunsmoke. HEX triplet: 85, 89 and 7A. RGB value is (133,137,122). Sum of RGB (Red+Green+Blue) = 133+137+122=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 137 - color contains mainly: green. Hex color #85897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897A is #7A7685. Grayscale: #868686. Windows color (decimal): -8025734 or 8030597. OLE color: 8030597.

HSL color Cylindrical-coordinate representation of color #85897A: hue angle of 76º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85897A is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB133137122-
CMYK0.0300.110.46
HSL76º5.98%50.78%-
HSV(B)76º10.95%53.73%-
XYZ22.1324.2821.93-
YUV134.09121.17127.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=33.93%
G=34.95%
B=31.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371220.0300.110.46765.9850.78
Hex85897A30B2E4c633
Octal205211172301356114663
Binary1000010110001001111101011010111011101001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85897A; }

 p { color: rgb(133,137,122); }

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

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

 a { background-color: rgb(133,137,122); }

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

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

 span { border-color: rgb(133,137,122); }

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