#937470

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

Shades of Bazaar #937470

Tints of Bazaar #937470

Color information

#937470 (or 0x937470) is unknown color: approx Bazaar. HEX triplet: 93, 74 and 70. RGB value is (147,116,112). Sum of RGB (Red+Green+Blue) = 147+116+112=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #937470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937470 is #6C8B8F. Grayscale: #7C7C7C. Windows color (decimal): -7113616 or 7369875. OLE color: 7369875.

HSL color Cylindrical-coordinate representation of color #937470: hue angle of 6.86º 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 #937470 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147116112-
CMYK00.210.240.42
HSL6.86º13.94%50.78%-
HSV(B)6.86º23.81%57.65%-
XYZ21.219.8618.05-
YUV124.81120.77143.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=39.2%
G=30.93%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711611200.210.240.426.8613.9450.78
Hex937470015182A7e33
Octal223164160025305271663
Binary1001001111101001110000010101110001010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937470; }

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

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

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

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

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

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

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

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