Shades of Bazaar #997573
Tints of Bazaar #997573
RGB
CMYK
RGB Variations
Color information
#997573 (or 0x997573) is known color: Bazaar. HEX triplet: 99, 75 and 73. RGB value is (153,117,115). Sum of RGB (Red+Green+Blue) = 153+117+115=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #997573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997573 is #668A8C. Grayscale: #7F7F7F. Windows color (decimal): -6720141 or 7566745. OLE color: 7566745.
HSL color Cylindrical-coordinate representation of color #997573: hue angle of 3.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997573 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 115 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.4 |
| HSL | 3.16º | 0.16% | 0.53% | - |
| HSV(B) | 3.16º | 0.25% | 0.6% | - |
| XYZ | 22.59 | 20.73 | 19.03 | - |
| YUV | 127.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 115 | 0 | 0.24 | 0.25 | 0.4 | 3.16 | 0.16 | 0.53 |
| Hex | 99 | 75 | 73 | 0 | 18 | 19 | 28 | 3 | 10 | 35 |
| Octal | 231 | 165 | 163 | 0 | 30 | 31 | 50 | 3 | 20 | 65 |
| Binary | 10011001 | 1110101 | 1110011 | 0 | 11000 | 11001 | 101000 | 11 | 10000 | 110101 |
Color Harmonies of #997573
Complementary color
Monochromatic Colors of #997573
Black with #997573
Text Example
Text Example
White with #997573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997573; }
p { color: rgb(153,117,115); }
H1.HeaderClassName
{
color: #997573;
}
.AnyTagClassName
{
color: #997573;
}
</style>
background-color css
<style>
a { background-color: #997573; }
a { background-color: rgb(153,117,115); }
div.DivClassName
{
background-color: #997573;
}
.BgClassName
{
background-color: #997573;
}
</style>
border-color css
<style>
span { border-color: #997573; }
span { border-color: rgb(153,117,115); }
td.TdClassName
{
border-color: #997573;
}
.TagClassName
{
border-color: #997573;
}
</style>