#947371

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

Shades of Bazaar #947371

Tints of Bazaar #947371

Color information

#947371 (or 0x947371) is unknown color: approx Bazaar. HEX triplet: 94, 73 and 71. RGB value is (148,115,113). Sum of RGB (Red+Green+Blue) = 148+115+113=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #947371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947371 is #6B8C8E. Grayscale: #7C7C7C. Windows color (decimal): -7048335 or 7435156. OLE color: 7435156.

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

Color convert

RGB148115113-
CMYK00.220.240.42
HSL3.43º14.06%51.18%-
HSV(B)3.43º23.65%58.04%-
XYZ21.3219.7518.31-
YUV124.64121.43144.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=39.36%
G=30.59%
B=30.05%

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
Decimal14811511300.220.240.423.4314.0651.18
Hex947371016182A3e33
Octal224163161026305231663
Binary100101001110011111000101011011000101010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947371; }

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

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

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

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

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

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

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

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