#917473

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

Shades of Bazaar #917473

Tints of Bazaar #917473

Color information

#917473 (or 0x917473) is unknown color: approx Bazaar. HEX triplet: 91, 74 and 73. RGB value is (145,116,115). Sum of RGB (Red+Green+Blue) = 145+116+115=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #917473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917473 is #6E8B8C. Grayscale: #7C7C7C. Windows color (decimal): -7244685 or 7566481. OLE color: 7566481.

HSL color Cylindrical-coordinate representation of color #917473: hue angle of 2º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917473 is Cyan = 0, Magento = 0.2, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145116115-
CMYK00.20.210.43
HSL12%50.98%-
HSV(B)20.69%56.86%-
XYZ21.0219.7518.92-
YUV124.56122.61142.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=38.56%
G=30.85%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511611500.20.210.4321250.98
Hex917473014152B2c33
Octal221164163024255321463
Binary100100011110100111001101010010101101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917473; }

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

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

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

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

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

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

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

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