#997372

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

Shades of Bazaar #997372

Tints of Bazaar #997372

Color information

#997372 (or 0x997372) is unknown color: approx Bazaar. HEX triplet: 99, 73 and 72. RGB value is (153,115,114). Sum of RGB (Red+Green+Blue) = 153+115+114=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #997372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997372 is #668C8D. Grayscale: #7E7E7E. Windows color (decimal): -6720654 or 7500697. OLE color: 7500697.

HSL color Cylindrical-coordinate representation of color #997372: hue angle of 1.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997372 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB153115114-
CMYK00.250.250.4
HSL1.54º16.05%52.35%-
HSV(B)1.54º25.49%60%-
XYZ22.320.2518.65-
YUV126.25121.09147.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=40.05%
G=30.10%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311511400.250.250.41.5416.0552.35
Hex997372019192821034
Octal231163162031315022064
Binary1001100111100111110010011001110011010001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997372; }

 p { color: rgb(153,115,114); }

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

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

 a { background-color: rgb(153,115,114); }

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

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

 span { border-color: rgb(153,115,114); }

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