#947875

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

Shades of Bazaar #947875

Tints of Bazaar #947875

Color information

#947875 (or 0x947875) is unknown color: approx Bazaar. HEX triplet: 94, 78 and 75. RGB value is (148,120,117). Sum of RGB (Red+Green+Blue) = 148+120+117=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #947875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947875 is #6B878A. Grayscale: #808080. Windows color (decimal): -7047051 or 7698580. OLE color: 7698580.

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

Color convert

RGB148120117-
CMYK00.190.210.42
HSL5.81º12.65%51.96%-
HSV(B)5.81º20.95%58.04%-
XYZ22.1421.0119.72-
YUV128.03121.78142.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=38.44%
G=31.17%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812011700.190.210.425.8112.6551.96
Hex947875013152A6d34
Octal224170165023255261564
Binary1001010011110001110101010011101011010101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947875; }

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

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

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

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

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

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

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

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