#927271

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

Shades of Bazaar #927271

Tints of Bazaar #927271

Color information

#927271 (or 0x927271) is unknown color: approx Bazaar. HEX triplet: 92, 72 and 71. RGB value is (146,114,113). Sum of RGB (Red+Green+Blue) = 146+114+113=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #927271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927271 is #6D8D8E. Grayscale: #7B7B7B. Windows color (decimal): -7179663 or 7434898. OLE color: 7434898.

HSL color Cylindrical-coordinate representation of color #927271: hue angle of 1.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #927271 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB146114113-
CMYK00.220.230.43
HSL1.82º13.15%50.78%-
HSV(B)1.82º22.6%57.25%-
XYZ20.8519.3418.26-
YUV123.45122.1144.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=39.14%
G=30.56%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611411300.220.230.431.8213.1550.78
Hex927271016172B2d33
Octal222162161026275321563
Binary100100101110010111000101011010111101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927271; }

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

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

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

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

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

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

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

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