#9F7372

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

Shades of Bazaar #9F7372

Tints of Bazaar #9F7372

Color information

#9F7372 (or 0x9F7372) is unknown color: approx Bazaar. HEX triplet: 9F, 73 and 72. RGB value is (159,115,114). Sum of RGB (Red+Green+Blue) = 159+115+114=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7372 is #608C8D. Grayscale: #808080. Windows color (decimal): -6327438 or 7500703. OLE color: 7500703.

HSL color Cylindrical-coordinate representation of color #9F7372: hue angle of 1.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7372 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB159115114-
CMYK00.280.280.38
HSL1.33º18.99%53.53%-
HSV(B)1.33º28.3%62.35%-
XYZ23.4720.8518.71-
YUV128.04120.08150.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=40.98%
G=29.64%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911511400.280.280.381.3318.9953.53
Hex9F737201C1C2611336
Octal237163162034344612366
Binary100111111110011111001001110011100100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,114); }

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

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

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

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

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

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

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