Shades of Quincy #735544
Tints of Quincy #735544
RGB
CMYK
RGB Variations
Color information
#735544 (or 0x735544) is known color: Quincy. HEX triplet: 73, 55 and 44. RGB value is (115,85,68). Sum of RGB (Red+Green+Blue) = 115+85+68=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #735544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735544 is #8CAABB. Grayscale: #5C5C5C. Windows color (decimal): -9218748 or 4478323. OLE color: 4478323.
HSL color Cylindrical-coordinate representation of color #735544: hue angle of 21.7º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #735544 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 68 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.55 |
| HSL | 21.7º | 0.26% | 0.36% | - |
| HSV(B) | 21.7º | 0.41% | 0.45% | - |
| XYZ | 11.36 | 10.56 | 6.91 | - |
| YUV | 92.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 68 | 0 | 0.26 | 0.41 | 0.55 | 21.7 | 0.26 | 0.36 |
| Hex | 73 | 55 | 44 | 0 | 1A | 29 | 37 | 16 | 1A | 24 |
| Octal | 163 | 125 | 104 | 0 | 32 | 51 | 67 | 26 | 32 | 44 |
| Binary | 1110011 | 1010101 | 1000100 | 0 | 11010 | 101001 | 110111 | 10110 | 11010 | 100100 |
Color Harmonies of #735544
Complementary color
Monochromatic Colors of #735544
Black with #735544
Text Example
Text Example
White with #735544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735544; }
p { color: rgb(115,85,68); }
H1.HeaderClassName
{
color: #735544;
}
.AnyTagClassName
{
color: #735544;
}
</style>
background-color css
<style>
a { background-color: #735544; }
a { background-color: rgb(115,85,68); }
div.DivClassName
{
background-color: #735544;
}
.BgClassName
{
background-color: #735544;
}
</style>
border-color css
<style>
span { border-color: #735544; }
span { border-color: rgb(115,85,68); }
td.TdClassName
{
border-color: #735544;
}
.TagClassName
{
border-color: #735544;
}
</style>