#85887B

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

Shades of Gunsmoke #85887B

Tints of Gunsmoke #85887B

Color information

#85887B (or 0x85887B) is unknown color: approx Gunsmoke. HEX triplet: 85, 88 and 7B. RGB value is (133,136,123). Sum of RGB (Red+Green+Blue) = 133+136+123=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 136 - color contains mainly: green. Hex color #85887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85887B is #7A7784. Grayscale: #858585. Windows color (decimal): -8025989 or 8095877. OLE color: 8095877.

HSL color Cylindrical-coordinate representation of color #85887B: hue angle of 73.85º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85887B is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB133136123-
CMYK0.0200.100.47
HSL73.85º5.18%50.78%-
HSV(B)73.85º9.56%53.33%-
XYZ22.0524.0222.21-
YUV133.62122.01127.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=33.93%
G=34.69%
B=31.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331361230.0200.100.4773.855.1850.78
Hex85887B20A2F4a533
Octal205210173201257112563
Binary1000010110001000111101110010101011111001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85887B; }

 p { color: rgb(133,136,123); }

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

<style>
 a { background-color: #85887B; }

 a { background-color: rgb(133,136,123); }

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

<style>
 span { border-color: #85887B; }

 span { border-color: rgb(133,136,123); }

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