#937370

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

Shades of Bazaar #937370

Tints of Bazaar #937370

Color information

#937370 (or 0x937370) is unknown color: approx Bazaar. HEX triplet: 93, 73 and 70. RGB value is (147,115,112). Sum of RGB (Red+Green+Blue) = 147+115+112=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #937370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937370 is #6C8C8F. Grayscale: #7C7C7C. Windows color (decimal): -7113872 or 7369619. OLE color: 7369619.

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

Color convert

RGB147115112-
CMYK00.220.240.42
HSL5.14º13.94%50.78%-
HSV(B)5.14º23.81%57.65%-
XYZ21.0919.6318.01-
YUV124.23121.1144.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=39.30%
G=30.75%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711511200.220.240.425.1413.9450.78
Hex937370016182A5e33
Octal223163160026305251663
Binary1001001111100111110000010110110001010101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937370; }

 p { color: rgb(147,115,112); }

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

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

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

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

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

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

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