Shades of Cafe Royale #73502E
Tints of Cafe Royale #73502E
RGB
CMYK
RGB Variations
Color information
#73502E (or 0x73502E) is known color: Cafe Royale. HEX triplet: 73, 50 and 2E. RGB value is (115,80,46). Sum of RGB (Red+Green+Blue) = 115+80+46=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73502E is #8CAFD1. Grayscale: #565656. Windows color (decimal): -9220050 or 3035251. OLE color: 3035251.
HSL color Cylindrical-coordinate representation of color #73502E: hue angle of 29.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73502E is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 46 | - |
| CMYK | 0 | 0.30 | 0.6 | 0.55 |
| HSL | 29.57º | 0.43% | 0.32% | - |
| HSV(B) | 29.57º | 0.6% | 0.45% | - |
| XYZ | 10.43 | 9.58 | 3.88 | - |
| YUV | 86.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 46 | 0 | 0.30 | 0.6 | 0.55 | 29.57 | 0.43 | 0.32 |
| Hex | 73 | 50 | 2E | 0 | 1E | 3C | 37 | 1E | 2B | 20 |
| Octal | 163 | 120 | 56 | 0 | 36 | 74 | 67 | 36 | 53 | 40 |
| Binary | 1110011 | 1010000 | 101110 | 0 | 11110 | 111100 | 110111 | 11110 | 101011 | 100000 |
Color Harmonies of #73502E
Complementary color
Monochromatic Colors of #73502E
Black with #73502E
Text Example
Text Example
White with #73502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73502E; }
p { color: rgb(115,80,46); }
H1.HeaderClassName
{
color: #73502E;
}
.AnyTagClassName
{
color: #73502E;
}
</style>
background-color css
<style>
a { background-color: #73502E; }
a { background-color: rgb(115,80,46); }
div.DivClassName
{
background-color: #73502E;
}
.BgClassName
{
background-color: #73502E;
}
</style>
border-color css
<style>
span { border-color: #73502E; }
span { border-color: rgb(115,80,46); }
td.TdClassName
{
border-color: #73502E;
}
.TagClassName
{
border-color: #73502E;
}
</style>