#867573

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

Shades of Bazaar #867573

Tints of Bazaar #867573

Color information

#867573 (or 0x867573) is unknown color: approx Bazaar. HEX triplet: 86, 75 and 73. RGB value is (134,117,115). Sum of RGB (Red+Green+Blue) = 134+117+115=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867573 is #798A8C. Grayscale: #797979. Windows color (decimal): -7965325 or 7566726. OLE color: 7566726.

HSL color Cylindrical-coordinate representation of color #867573: hue angle of 6.32º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #867573 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB134117115-
CMYK00.130.140.47
HSL6.32º7.63%48.82%-
HSV(B)6.32º14.18%52.55%-
XYZ19.2919.0318.88-
YUV121.86124.13136.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=36.61%
G=31.97%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411711500.130.140.476.327.6348.82
Hex8675730DE2F6831
Octal206165163015165761061
Binary10000110111010111100110110111101011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867573; }

 p { color: rgb(134,117,115); }

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

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

 a { background-color: rgb(134,117,115); }

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

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

 span { border-color: rgb(134,117,115); }

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