#947574

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

Shades of Bazaar #947574

Tints of Bazaar #947574

Color information

#947574 (or 0x947574) is unknown color: approx Bazaar. HEX triplet: 94, 75 and 74. RGB value is (148,117,116). Sum of RGB (Red+Green+Blue) = 148+117+116=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #947574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947574 is #6B8A8B. Grayscale: #7E7E7E. Windows color (decimal): -7047820 or 7632276. OLE color: 7632276.

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

Color convert

RGB148117116-
CMYK00.210.220.42
HSL1.88º13.01%51.76%-
HSV(B)1.88º21.62%58.04%-
XYZ21.7320.2819.29-
YUV126.16122.27143.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=38.85%
G=30.71%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811711600.210.220.421.8813.0151.76
Hex947574015162A2d34
Octal224165164025265221564
Binary100101001110101111010001010110110101010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947574; }

 p { color: rgb(148,117,116); }

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

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

 a { background-color: rgb(148,117,116); }

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

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

 span { border-color: rgb(148,117,116); }

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