Shades of Bazaar #93726F
Tints of Bazaar #93726F
RGB
CMYK
RGB Variations
Color information
#93726F (or 0x93726F) is known color: Bazaar. HEX triplet: 93, 72 and 6F. RGB value is (147,114,111). Sum of RGB (Red+Green+Blue) = 147+114+111=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93726F is #6C8D90. Grayscale: #7B7B7B. Windows color (decimal): -7114129 or 7303827. OLE color: 7303827.
HSL color Cylindrical-coordinate representation of color #93726F: hue angle of 5º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93726F is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 114 | 111 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.42 |
| HSL | 5º | 0.14% | 0.51% | - |
| HSV(B) | 5º | 0.24% | 0.58% | - |
| XYZ | 20.92 | 19.39 | 17.68 | - |
| YUV | 123.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 111 | 0 | 0.22 | 0.24 | 0.42 | 5 | 0.14 | 0.51 |
| Hex | 93 | 72 | 6F | 0 | 16 | 18 | 2A | 5 | E | 33 |
| Octal | 223 | 162 | 157 | 0 | 26 | 30 | 52 | 5 | 16 | 63 |
| Binary | 10010011 | 1110010 | 1101111 | 0 | 10110 | 11000 | 101010 | 101 | 1110 | 110011 |
Color Harmonies of #93726F
Complementary color
Monochromatic Colors of #93726F
Black with #93726F
Text Example
Text Example
White with #93726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93726F; }
p { color: rgb(147,114,111); }
H1.HeaderClassName
{
color: #93726F;
}
.AnyTagClassName
{
color: #93726F;
}
</style>
background-color css
<style>
a { background-color: #93726F; }
a { background-color: rgb(147,114,111); }
div.DivClassName
{
background-color: #93726F;
}
.BgClassName
{
background-color: #93726F;
}
</style>
border-color css
<style>
span { border-color: #93726F; }
span { border-color: rgb(147,114,111); }
td.TdClassName
{
border-color: #93726F;
}
.TagClassName
{
border-color: #93726F;
}
</style>