#947571

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

Shades of Bazaar #947571

Tints of Bazaar #947571

Color information

#947571 (or 0x947571) is unknown color: approx Bazaar. HEX triplet: 94, 75 and 71. RGB value is (148,117,113). Sum of RGB (Red+Green+Blue) = 148+117+113=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #947571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947571 is #6B8A8E. Grayscale: #7D7D7D. Windows color (decimal): -7047823 or 7435668. OLE color: 7435668.

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

Color convert

RGB148117113-
CMYK00.210.240.42
HSL6.86º14.06%51.18%-
HSV(B)6.86º23.65%58.04%-
XYZ21.5520.2118.39-
YUV125.81120.77143.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=39.15%
G=30.95%
B=29.89%

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
Decimal14811711300.210.240.426.8614.0651.18
Hex947571015182A7e33
Octal224165161025305271663
Binary1001010011101011110001010101110001010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947571; }

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

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

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

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

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

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

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

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