#867473

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

Shades of Bazaar #867473

Tints of Bazaar #867473

Color information

#867473 (or 0x867473) is unknown color: approx Bazaar. HEX triplet: 86, 74 and 73. RGB value is (134,116,115). Sum of RGB (Red+Green+Blue) = 134+116+115=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #867473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867473 is #798B8C. Grayscale: #797979. Windows color (decimal): -7965581 or 7566470. OLE color: 7566470.

HSL color Cylindrical-coordinate representation of color #867473: hue angle of 3.16º 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 #867473 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB134116115-
CMYK00.130.140.47
HSL3.16º7.63%48.82%-
HSV(B)3.16º14.18%52.55%-
XYZ19.1718.818.84-
YUV121.27124.46137.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=36.71%
G=31.78%
B=31.51%

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
Decimal13411611500.130.140.473.167.6348.82
Hex8674730DE2F3831
Octal206164163015165731061
Binary1000011011101001110011011011110101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867473; }

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

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

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

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

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

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

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

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