#937272

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

Shades of Bazaar #937272

Tints of Bazaar #937272

Color information

#937272 (or 0x937272) is unknown color: approx Bazaar. HEX triplet: 93, 72 and 72. RGB value is (147,114,114). Sum of RGB (Red+Green+Blue) = 147+114+114=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #937272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937272 is #6C8D8D. Grayscale: #7B7B7B. Windows color (decimal): -7114126 or 7500435. OLE color: 7500435.

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

Color convert

RGB147114114-
CMYK00.220.220.42
HSL13.25%51.18%-
HSV(B)22.45%57.65%-
XYZ21.0919.4518.56-
YUV123.87122.43144.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=39.2%
G=30.4%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711411400.220.220.42013.2551.18
Hex937272016162A0d33
Octal223162162026265201563
Binary10010011111001011100100101101011010101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937272; }

 p { color: rgb(147,114,114); }

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

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

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

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

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

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

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