Shades of Coffee #736850
Tints of Coffee #736850
RGB
CMYK
RGB Variations
Color information
#736850 (or 0x736850) is known color: Coffee. HEX triplet: 73, 68 and 50. RGB value is (115,104,80). Sum of RGB (Red+Green+Blue) = 115+104+80=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736850 is #8C97AF. Grayscale: #686868. Windows color (decimal): -9213872 or 5269619. OLE color: 5269619.
HSL color Cylindrical-coordinate representation of color #736850: hue angle of 41.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736850 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 80 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.55 |
| HSL | 41.14º | 0.18% | 0.38% | - |
| HSV(B) | 41.14º | 0.3% | 0.45% | - |
| XYZ | 13.47 | 14.12 | 9.61 | - |
| YUV | 104.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 80 | 0 | 0.10 | 0.30 | 0.55 | 41.14 | 0.18 | 0.38 |
| Hex | 73 | 68 | 50 | 0 | A | 1E | 37 | 29 | 12 | 26 |
| Octal | 163 | 150 | 120 | 0 | 12 | 36 | 67 | 51 | 22 | 46 |
| Binary | 1110011 | 1101000 | 1010000 | 0 | 1010 | 11110 | 110111 | 101001 | 10010 | 100110 |
Color Harmonies of #736850
Complementary color
Monochromatic Colors of #736850
Black with #736850
Text Example
Text Example
White with #736850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736850; }
p { color: rgb(115,104,80); }
H1.HeaderClassName
{
color: #736850;
}
.AnyTagClassName
{
color: #736850;
}
</style>
background-color css
<style>
a { background-color: #736850; }
a { background-color: rgb(115,104,80); }
div.DivClassName
{
background-color: #736850;
}
.BgClassName
{
background-color: #736850;
}
</style>
border-color css
<style>
span { border-color: #736850; }
span { border-color: rgb(115,104,80); }
td.TdClassName
{
border-color: #736850;
}
.TagClassName
{
border-color: #736850;
}
</style>