Shades of Cafe Royale #724D2C
Tints of Cafe Royale #724D2C
RGB
CMYK
RGB Variations
Color information
#724D2C (or 0x724D2C) is known color: Cafe Royale. HEX triplet: 72, 4D and 2C. RGB value is (114,77,44). Sum of RGB (Red+Green+Blue) = 114+77+44=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #724D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D2C is #8DB2D3. Grayscale: #545454. Windows color (decimal): -9286356 or 2903410. OLE color: 2903410.
HSL color Cylindrical-coordinate representation of color #724D2C: hue angle of 28.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724D2C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 44 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.55 |
| HSL | 28.29º | 0.44% | 0.31% | - |
| HSV(B) | 28.29º | 0.61% | 0.45% | - |
| XYZ | 10.05 | 9.07 | 3.6 | - |
| YUV | 84.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 44 | 0 | 0.32 | 0.61 | 0.55 | 28.29 | 0.44 | 0.31 |
| Hex | 72 | 4D | 2C | 0 | 20 | 3D | 37 | 1C | 2C | 1F |
| Octal | 162 | 115 | 54 | 0 | 40 | 75 | 67 | 34 | 54 | 37 |
| Binary | 1110010 | 1001101 | 101100 | 0 | 100000 | 111101 | 110111 | 11100 | 101100 | 11111 |
Color Harmonies of #724D2C
Complementary color
Monochromatic Colors of #724D2C
Black with #724D2C
Text Example
Text Example
White with #724D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D2C; }
p { color: rgb(114,77,44); }
H1.HeaderClassName
{
color: #724D2C;
}
.AnyTagClassName
{
color: #724D2C;
}
</style>
background-color css
<style>
a { background-color: #724D2C; }
a { background-color: rgb(114,77,44); }
div.DivClassName
{
background-color: #724D2C;
}
.BgClassName
{
background-color: #724D2C;
}
</style>
border-color css
<style>
span { border-color: #724D2C; }
span { border-color: rgb(114,77,44); }
td.TdClassName
{
border-color: #724D2C;
}
.TagClassName
{
border-color: #724D2C;
}
</style>