#94746F

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

Shades of Bazaar #94746F

Tints of Bazaar #94746F

Color information

#94746F (or 0x94746F) is unknown color: approx Bazaar. HEX triplet: 94, 74 and 6F. RGB value is (148,116,111). Sum of RGB (Red+Green+Blue) = 148+116+111=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94746F is #6B8B90. Grayscale: #7D7D7D. Windows color (decimal): -7048081 or 7304340. OLE color: 7304340.

HSL color Cylindrical-coordinate representation of color #94746F: hue angle of 8.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94746F is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB148116111-
CMYK00.220.250.42
HSL8.11º14.74%50.78%-
HSV(B)8.11º25%58.04%-
XYZ21.3319.9317.76-
YUV125120.1144.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=39.47%
G=30.93%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811611100.220.250.428.1114.7450.78
Hex94746F016192A8f33
Octal2241641570263152101763
Binary10010100111010011011110101101100110101010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94746F; }

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

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

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

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

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

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

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

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