Shades of Bazaar #94716E
Tints of Bazaar #94716E
RGB
CMYK
RGB Variations
Color information
#94716E (or 0x94716E) is known color: Bazaar. HEX triplet: 94, 71 and 6E. RGB value is (148,113,110). Sum of RGB (Red+Green+Blue) = 148+113+110=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #94716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94716E is #6B8E91. Grayscale: #7B7B7B. Windows color (decimal): -7048850 or 7238036. OLE color: 7238036.
HSL color Cylindrical-coordinate representation of color #94716E: hue angle of 4.74º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94716E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 110 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.42 |
| HSL | 4.74º | 0.15% | 0.51% | - |
| HSV(B) | 4.74º | 0.26% | 0.58% | - |
| XYZ | 20.93 | 19.23 | 17.36 | - |
| YUV | 123.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 110 | 0 | 0.24 | 0.26 | 0.42 | 4.74 | 0.15 | 0.51 |
| Hex | 94 | 71 | 6E | 0 | 18 | 1A | 2A | 5 | F | 33 |
| Octal | 224 | 161 | 156 | 0 | 30 | 32 | 52 | 5 | 17 | 63 |
| Binary | 10010100 | 1110001 | 1101110 | 0 | 11000 | 11010 | 101010 | 101 | 1111 | 110011 |
Color Harmonies of #94716E
Complementary color
Monochromatic Colors of #94716E
Black with #94716E
Text Example
Text Example
White with #94716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94716E; }
p { color: rgb(148,113,110); }
H1.HeaderClassName
{
color: #94716E;
}
.AnyTagClassName
{
color: #94716E;
}
</style>
background-color css
<style>
a { background-color: #94716E; }
a { background-color: rgb(148,113,110); }
div.DivClassName
{
background-color: #94716E;
}
.BgClassName
{
background-color: #94716E;
}
</style>
border-color css
<style>
span { border-color: #94716E; }
span { border-color: rgb(148,113,110); }
td.TdClassName
{
border-color: #94716E;
}
.TagClassName
{
border-color: #94716E;
}
</style>