Shades of Cafe Royale #724D2D
Tints of Cafe Royale #724D2D
RGB
CMYK
RGB Variations
Color information
#724D2D (or 0x724D2D) is known color: Cafe Royale. HEX triplet: 72, 4D and 2D. RGB value is (114,77,45). Sum of RGB (Red+Green+Blue) = 114+77+45=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #724D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D2D is #8DB2D2. Grayscale: #545454. Windows color (decimal): -9286355 or 2968946. OLE color: 2968946.
HSL color Cylindrical-coordinate representation of color #724D2D: hue angle of 27.83º degrees, saturation: 0.43, 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 #724D2D is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 45 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.55 |
| HSL | 27.83º | 0.43% | 0.31% | - |
| HSV(B) | 27.83º | 0.61% | 0.45% | - |
| XYZ | 10.07 | 9.07 | 3.7 | - |
| YUV | 84.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 45 | 0 | 0.32 | 0.61 | 0.55 | 27.83 | 0.43 | 0.31 |
| Hex | 72 | 4D | 2D | 0 | 20 | 3D | 37 | 1C | 2B | 1F |
| Octal | 162 | 115 | 55 | 0 | 40 | 75 | 67 | 34 | 53 | 37 |
| Binary | 1110010 | 1001101 | 101101 | 0 | 100000 | 111101 | 110111 | 11100 | 101011 | 11111 |
Color Harmonies of #724D2D
Complementary color
Monochromatic Colors of #724D2D
Black with #724D2D
Text Example
Text Example
White with #724D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D2D; }
p { color: rgb(114,77,45); }
H1.HeaderClassName
{
color: #724D2D;
}
.AnyTagClassName
{
color: #724D2D;
}
</style>
background-color css
<style>
a { background-color: #724D2D; }
a { background-color: rgb(114,77,45); }
div.DivClassName
{
background-color: #724D2D;
}
.BgClassName
{
background-color: #724D2D;
}
</style>
border-color css
<style>
span { border-color: #724D2D; }
span { border-color: rgb(114,77,45); }
td.TdClassName
{
border-color: #724D2D;
}
.TagClassName
{
border-color: #724D2D;
}
</style>