#92716E

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

Shades of Bazaar #92716E

Tints of Bazaar #92716E

Color information

#92716E (or 0x92716E) is unknown color: approx Bazaar. HEX triplet: 92, 71 and 6E. RGB value is (146,113,110). Sum of RGB (Red+Green+Blue) = 146+113+110=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92716E is #6D8E91. Grayscale: #7A7A7A. Windows color (decimal): -7179922 or 7238034. OLE color: 7238034.

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

Color convert

RGB146113110-
CMYK00.230.250.43
HSL14.17%50.2%-
HSV(B)24.66%57.25%-
XYZ20.5719.0517.34-
YUV122.52120.93144.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=39.57%
G=30.62%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611311000.230.250.43514.1750.2
Hex92716E017192B5e32
Octal222161156027315351662
Binary1001001011100011101110010111110011010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,113,110); }

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

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

 a { background-color: rgb(146,113,110); }

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

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

 span { border-color: rgb(146,113,110); }

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