Shades of Bazaar #92736F
Tints of Bazaar #92736F
RGB
CMYK
RGB Variations
Color information
#92736F (or 0x92736F) is known color: Bazaar. HEX triplet: 92, 73 and 6F. RGB value is (146,115,111). Sum of RGB (Red+Green+Blue) = 146+115+111=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #92736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92736F is #6D8C90. Grayscale: #7B7B7B. Windows color (decimal): -7179409 or 7304082. OLE color: 7304082.
HSL color Cylindrical-coordinate representation of color #92736F: hue angle of 6.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92736F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 115 | 111 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.43 |
| HSL | 6.86º | 0.14% | 0.5% | - |
| HSV(B) | 6.86º | 0.24% | 0.57% | - |
| XYZ | 20.85 | 19.52 | 17.71 | - |
| YUV | 123.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 111 | 0 | 0.21 | 0.24 | 0.43 | 6.86 | 0.14 | 0.5 |
| Hex | 92 | 73 | 6F | 0 | 15 | 18 | 2B | 7 | E | 32 |
| Octal | 222 | 163 | 157 | 0 | 25 | 30 | 53 | 7 | 16 | 62 |
| Binary | 10010010 | 1110011 | 1101111 | 0 | 10101 | 11000 | 101011 | 111 | 1110 | 110010 |
Color Harmonies of #92736F
Complementary color
Monochromatic Colors of #92736F
Black with #92736F
Text Example
Text Example
White with #92736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92736F; }
p { color: rgb(146,115,111); }
H1.HeaderClassName
{
color: #92736F;
}
.AnyTagClassName
{
color: #92736F;
}
</style>
background-color css
<style>
a { background-color: #92736F; }
a { background-color: rgb(146,115,111); }
div.DivClassName
{
background-color: #92736F;
}
.BgClassName
{
background-color: #92736F;
}
</style>
border-color css
<style>
span { border-color: #92736F; }
span { border-color: rgb(146,115,111); }
td.TdClassName
{
border-color: #92736F;
}
.TagClassName
{
border-color: #92736F;
}
</style>