Shades of Quincy #735548
Tints of Quincy #735548
RGB
CMYK
RGB Variations
Color information
#735548 (or 0x735548) is known color: Quincy. HEX triplet: 73, 55 and 48. RGB value is (115,85,72). Sum of RGB (Red+Green+Blue) = 115+85+72=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #735548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735548 is #8CAAB7. Grayscale: #5C5C5C. Windows color (decimal): -9218744 or 4740467. OLE color: 4740467.
HSL color Cylindrical-coordinate representation of color #735548: hue angle of 18.14º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #735548 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 72 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.55 |
| HSL | 18.14º | 0.23% | 0.37% | - |
| HSV(B) | 18.14º | 0.37% | 0.45% | - |
| XYZ | 11.49 | 10.61 | 7.57 | - |
| YUV | 92.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 72 | 0 | 0.26 | 0.37 | 0.55 | 18.14 | 0.23 | 0.37 |
| Hex | 73 | 55 | 48 | 0 | 1A | 25 | 37 | 12 | 17 | 25 |
| Octal | 163 | 125 | 110 | 0 | 32 | 45 | 67 | 22 | 27 | 45 |
| Binary | 1110011 | 1010101 | 1001000 | 0 | 11010 | 100101 | 110111 | 10010 | 10111 | 100101 |
Color Harmonies of #735548
Complementary color
Monochromatic Colors of #735548
Black with #735548
Text Example
Text Example
White with #735548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735548; }
p { color: rgb(115,85,72); }
H1.HeaderClassName
{
color: #735548;
}
.AnyTagClassName
{
color: #735548;
}
</style>
background-color css
<style>
a { background-color: #735548; }
a { background-color: rgb(115,85,72); }
div.DivClassName
{
background-color: #735548;
}
.BgClassName
{
background-color: #735548;
}
</style>
border-color css
<style>
span { border-color: #735548; }
span { border-color: rgb(115,85,72); }
td.TdClassName
{
border-color: #735548;
}
.TagClassName
{
border-color: #735548;
}
</style>