#85897F

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

Shades of Gunsmoke #85897F

Tints of Gunsmoke #85897F

Color information

#85897F (or 0x85897F) is unknown color: approx Gunsmoke. HEX triplet: 85, 89 and 7F. RGB value is (133,137,127). Sum of RGB (Red+Green+Blue) = 133+137+127=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 137 - color contains mainly: green. Hex color #85897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897F is #7A7680. Grayscale: #868686. Windows color (decimal): -8025729 or 8358277. OLE color: 8358277.

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

Color convert

RGB133137127-
CMYK0.0300.070.46
HSL84º4.07%51.76%-
HSV(B)84º7.3%53.73%-
XYZ22.4524.4123.61-
YUV134.66123.67126.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 127 (50% from 255) = 31.99%
R=33.50%
G=34.51%
B=31.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371270.0300.070.46844.0751.76
Hex85897F3072E54434
Octal20521117730756124464
Binary100001011000100111111111101111011101010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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