Shades of Bazaar #93726E
Tints of Bazaar #93726E
RGB
CMYK
RGB Variations
Color information
#93726E (or 0x93726E) is known color: Bazaar. HEX triplet: 93, 72 and 6E. RGB value is (147,114,110). Sum of RGB (Red+Green+Blue) = 147+114+110=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93726E is #6C8D91. Grayscale: #7B7B7B. Windows color (decimal): -7114130 or 7238291. OLE color: 7238291.
HSL color Cylindrical-coordinate representation of color #93726E: hue angle of 6.49º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93726E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 114 | 110 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.42 |
| HSL | 6.49º | 0.15% | 0.5% | - |
| HSV(B) | 6.49º | 0.25% | 0.58% | - |
| XYZ | 20.86 | 19.36 | 17.39 | - |
| YUV | 123.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 110 | 0 | 0.22 | 0.25 | 0.42 | 6.49 | 0.15 | 0.5 |
| Hex | 93 | 72 | 6E | 0 | 16 | 19 | 2A | 6 | F | 32 |
| Octal | 223 | 162 | 156 | 0 | 26 | 31 | 52 | 6 | 17 | 62 |
| Binary | 10010011 | 1110010 | 1101110 | 0 | 10110 | 11001 | 101010 | 110 | 1111 | 110010 |
Color Harmonies of #93726E
Complementary color
Monochromatic Colors of #93726E
Black with #93726E
Text Example
Text Example
White with #93726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93726E; }
p { color: rgb(147,114,110); }
H1.HeaderClassName
{
color: #93726E;
}
.AnyTagClassName
{
color: #93726E;
}
</style>
background-color css
<style>
a { background-color: #93726E; }
a { background-color: rgb(147,114,110); }
div.DivClassName
{
background-color: #93726E;
}
.BgClassName
{
background-color: #93726E;
}
</style>
border-color css
<style>
span { border-color: #93726E; }
span { border-color: rgb(147,114,110); }
td.TdClassName
{
border-color: #93726E;
}
.TagClassName
{
border-color: #93726E;
}
</style>