#9D7473

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

Shades of Bazaar #9D7473

Tints of Bazaar #9D7473

Color information

#9D7473 (or 0x9D7473) is unknown color: approx Bazaar. HEX triplet: 9D, 74 and 73. RGB value is (157,116,115). Sum of RGB (Red+Green+Blue) = 157+116+115=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7473 is #628B8C. Grayscale: #808080. Windows color (decimal): -6458253 or 7566493. OLE color: 7566493.

HSL color Cylindrical-coordinate representation of color #9D7473: hue angle of 1.43º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7473 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157116115-
CMYK00.260.270.38
HSL1.43º17.65%53.33%-
HSV(B)1.43º26.75%61.57%-
XYZ23.2420.919.03-
YUV128.15120.58148.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=40.46%
G=29.90%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711611500.260.270.381.4317.6553.33
Hex9D747301A1B2611235
Octal235164163032334612265
Binary100111011110100111001101101011011100110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D7473; }

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

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

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

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

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

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

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

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