#947471

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

Shades of Bazaar #947471

Tints of Bazaar #947471

Color information

#947471 (or 0x947471) is unknown color: approx Bazaar. HEX triplet: 94, 74 and 71. RGB value is (148,116,113). Sum of RGB (Red+Green+Blue) = 148+116+113=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #947471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947471 is #6B8B8E. Grayscale: #7D7D7D. Windows color (decimal): -7048079 or 7435412. OLE color: 7435412.

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

Color convert

RGB148116113-
CMYK00.220.240.42
HSL5.14º14.06%51.18%-
HSV(B)5.14º23.65%58.04%-
XYZ21.4419.9818.35-
YUV125.23121.1144.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=39.26%
G=30.77%
B=29.97%

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
Decimal14811611300.220.240.425.1414.0651.18
Hex947471016182A5e33
Octal224164161026305251663
Binary1001010011101001110001010110110001010101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947471; }

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

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

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

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

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

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

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

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