Shades of Bazaar #9D7573
Tints of Bazaar #9D7573
RGB
CMYK
RGB Variations
Color information
#9D7573 (or 0x9D7573) is known color: Bazaar. HEX triplet: 9D, 75 and 73. RGB value is (157,117,115). Sum of RGB (Red+Green+Blue) = 157+117+115=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7573 is #628A8C. Grayscale: #808080. Windows color (decimal): -6457997 or 7566749. OLE color: 7566749.
HSL color Cylindrical-coordinate representation of color #9D7573: hue angle of 2.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7573 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 115 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.38 |
| HSL | 2.86º | 0.18% | 0.53% | - |
| HSV(B) | 2.86º | 0.27% | 0.62% | - |
| XYZ | 23.36 | 21.13 | 19.07 | - |
| YUV | 128.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 115 | 0 | 0.25 | 0.27 | 0.38 | 2.86 | 0.18 | 0.53 |
| Hex | 9D | 75 | 73 | 0 | 19 | 1B | 26 | 3 | 12 | 35 |
| Octal | 235 | 165 | 163 | 0 | 31 | 33 | 46 | 3 | 22 | 65 |
| Binary | 10011101 | 1110101 | 1110011 | 0 | 11001 | 11011 | 100110 | 11 | 10010 | 110101 |
Color Harmonies of #9D7573
Complementary color
Monochromatic Colors of #9D7573
Black with #9D7573
Text Example
Text Example
White with #9D7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7573; }
p { color: rgb(157,117,115); }
H1.HeaderClassName
{
color: #9D7573;
}
.AnyTagClassName
{
color: #9D7573;
}
</style>
background-color css
<style>
a { background-color: #9D7573; }
a { background-color: rgb(157,117,115); }
div.DivClassName
{
background-color: #9D7573;
}
.BgClassName
{
background-color: #9D7573;
}
</style>
border-color css
<style>
span { border-color: #9D7573; }
span { border-color: rgb(157,117,115); }
td.TdClassName
{
border-color: #9D7573;
}
.TagClassName
{
border-color: #9D7573;
}
</style>