Shades of Bazaar #93716E
Tints of Bazaar #93716E
RGB
CMYK
RGB Variations
Color information
#93716E (or 0x93716E) is known color: Bazaar. HEX triplet: 93, 71 and 6E. RGB value is (147,113,110). Sum of RGB (Red+Green+Blue) = 147+113+110=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93716E is #6C8E91. Grayscale: #7A7A7A. Windows color (decimal): -7114386 or 7238035. OLE color: 7238035.
HSL color Cylindrical-coordinate representation of color #93716E: hue angle of 4.86º 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 #93716E is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 110 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.42 |
| HSL | 4.86º | 0.15% | 0.5% | - |
| HSV(B) | 4.86º | 0.25% | 0.58% | - |
| XYZ | 20.75 | 19.14 | 17.35 | - |
| YUV | 122.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 110 | 0 | 0.23 | 0.25 | 0.42 | 4.86 | 0.15 | 0.5 |
| Hex | 93 | 71 | 6E | 0 | 17 | 19 | 2A | 5 | F | 32 |
| Octal | 223 | 161 | 156 | 0 | 27 | 31 | 52 | 5 | 17 | 62 |
| Binary | 10010011 | 1110001 | 1101110 | 0 | 10111 | 11001 | 101010 | 101 | 1111 | 110010 |
Color Harmonies of #93716E
Complementary color
Monochromatic Colors of #93716E
Black with #93716E
Text Example
Text Example
White with #93716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93716E; }
p { color: rgb(147,113,110); }
H1.HeaderClassName
{
color: #93716E;
}
.AnyTagClassName
{
color: #93716E;
}
</style>
background-color css
<style>
a { background-color: #93716E; }
a { background-color: rgb(147,113,110); }
div.DivClassName
{
background-color: #93716E;
}
.BgClassName
{
background-color: #93716E;
}
</style>
border-color css
<style>
span { border-color: #93716E; }
span { border-color: rgb(147,113,110); }
td.TdClassName
{
border-color: #93716E;
}
.TagClassName
{
border-color: #93716E;
}
</style>