#94736E

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

Shades of Bazaar #94736E

Tints of Bazaar #94736E

Color information

#94736E (or 0x94736E) is unknown color: approx Bazaar. HEX triplet: 94, 73 and 6E. RGB value is (148,115,110). Sum of RGB (Red+Green+Blue) = 148+115+110=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94736E is #6B8C91. Grayscale: #7C7C7C. Windows color (decimal): -7048338 or 7238548. OLE color: 7238548.

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

Color convert

RGB148115110-
CMYK00.220.260.42
HSL7.89º15.08%50.59%-
HSV(B)7.89º25.68%58.04%-
XYZ21.1619.6817.44-
YUV124.3119.93144.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=39.68%
G=30.83%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811511000.220.260.427.8915.0850.59
Hex94736E0161A2A8f33
Octal2241631560263252101763
Binary10010100111001111011100101101101010101010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94736E; }

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

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

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

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

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

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

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

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