#927170

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

Shades of Bazaar #927170

Tints of Bazaar #927170

Color information

#927170 (or 0x927170) is unknown color: approx Bazaar. HEX triplet: 92, 71 and 70. RGB value is (146,113,112). Sum of RGB (Red+Green+Blue) = 146+113+112=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #927170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927170 is #6D8E8F. Grayscale: #7A7A7A. Windows color (decimal): -7179920 or 7369106. OLE color: 7369106.

HSL color Cylindrical-coordinate representation of color #927170: hue angle of 1.76º 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 #927170 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB146113112-
CMYK00.230.230.43
HSL1.76º13.49%50.59%-
HSV(B)1.76º23.29%57.25%-
XYZ20.6819.0917.92-
YUV122.75121.93144.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=39.35%
G=30.46%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611311200.230.230.431.7613.4950.59
Hex927170017172B2d33
Octal222161160027275321563
Binary100100101110001111000001011110111101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927170; }

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

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

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

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

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

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

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

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