#847373

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

Shades of Bazaar #847373

Tints of Bazaar #847373

Color information

#847373 (or 0x847373) is unknown color: approx Bazaar. HEX triplet: 84, 73 and 73. RGB value is (132,115,115). Sum of RGB (Red+Green+Blue) = 132+115+115=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #847373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847373 is #7B8C8C. Grayscale: #787878. Windows color (decimal): -8096909 or 7566212. OLE color: 7566212.

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

Color convert

RGB132115115-
CMYK00.130.130.48
HSL6.88%48.43%-
HSV(B)12.88%51.76%-
XYZ18.7418.418.78-
YUV120.08125.13136.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=36.46%
G=31.77%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211511500.130.130.4806.8848.43
Hex8473730DD300730
Octal20416316301515600760
Binary10000100111001111100110110111011100000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847373; }

 p { color: rgb(132,115,115); }

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

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

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

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

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

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

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