#927370

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

Shades of Bazaar #927370

Tints of Bazaar #927370

Color information

#927370 (or 0x927370) is unknown color: approx Bazaar. HEX triplet: 92, 73 and 70. RGB value is (146,115,112). Sum of RGB (Red+Green+Blue) = 146+115+112=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #927370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927370 is #6D8C8F. Grayscale: #7B7B7B. Windows color (decimal): -7179408 or 7369618. OLE color: 7369618.

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

Color convert

RGB146115112-
CMYK00.210.230.43
HSL5.29º13.49%50.59%-
HSV(B)5.29º23.29%57.25%-
XYZ20.9119.5418-
YUV123.93121.27143.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=39.14%
G=30.83%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611511200.210.230.435.2913.4950.59
Hex927370015172B5d33
Octal222163160025275351563
Binary1001001011100111110000010101101111010111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927370; }

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

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

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

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

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

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

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

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