#92746F

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

Shades of Bazaar #92746F

Tints of Bazaar #92746F

Color information

#92746F (or 0x92746F) is unknown color: approx Bazaar. HEX triplet: 92, 74 and 6F. RGB value is (146,116,111). Sum of RGB (Red+Green+Blue) = 146+116+111=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92746F is #6D8B90. Grayscale: #7C7C7C. Windows color (decimal): -7179153 or 7304338. OLE color: 7304338.

HSL color Cylindrical-coordinate representation of color #92746F: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92746F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB146116111-
CMYK00.210.240.43
HSL8.57º13.83%50.39%-
HSV(B)8.57º23.97%57.25%-
XYZ20.9719.7517.75-
YUV124.4120.44143.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=39.14%
G=31.10%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611611100.210.240.438.5713.8350.39
Hex92746F015182B9e32
Octal2221641570253053111662
Binary10010010111010011011110101011100010101110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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