Shades of Cafe Royale #724D25
Tints of Cafe Royale #724D25
RGB
CMYK
RGB Variations
Color information
#724D25 (or 0x724D25) is known color: Cafe Royale. HEX triplet: 72, 4D and 25. RGB value is (114,77,37). Sum of RGB (Red+Green+Blue) = 114+77+37=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #724D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D25 is #8DB2DA. Grayscale: #535353. Windows color (decimal): -9286363 or 2444658. OLE color: 2444658.
HSL color Cylindrical-coordinate representation of color #724D25: hue angle of 31.17º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #724D25 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 37 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.55 |
| HSL | 31.17º | 0.51% | 0.3% | - |
| HSV(B) | 31.17º | 0.68% | 0.45% | - |
| XYZ | 9.93 | 9.02 | 2.97 | - |
| YUV | 83.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 37 | 0 | 0.32 | 0.68 | 0.55 | 31.17 | 0.51 | 0.3 |
| Hex | 72 | 4D | 25 | 0 | 20 | 44 | 37 | 1F | 33 | 1E |
| Octal | 162 | 115 | 45 | 0 | 40 | 104 | 67 | 37 | 63 | 36 |
| Binary | 1110010 | 1001101 | 100101 | 0 | 100000 | 1000100 | 110111 | 11111 | 110011 | 11110 |
Color Harmonies of #724D25
Complementary color
Monochromatic Colors of #724D25
Black with #724D25
Text Example
Text Example
White with #724D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D25; }
p { color: rgb(114,77,37); }
H1.HeaderClassName
{
color: #724D25;
}
.AnyTagClassName
{
color: #724D25;
}
</style>
background-color css
<style>
a { background-color: #724D25; }
a { background-color: rgb(114,77,37); }
div.DivClassName
{
background-color: #724D25;
}
.BgClassName
{
background-color: #724D25;
}
</style>
border-color css
<style>
span { border-color: #724D25; }
span { border-color: rgb(114,77,37); }
td.TdClassName
{
border-color: #724D25;
}
.TagClassName
{
border-color: #724D25;
}
</style>