Shades of Cafe Royale #724F25
Tints of Cafe Royale #724F25
RGB
CMYK
RGB Variations
Color information
#724F25 (or 0x724F25) is known color: Cafe Royale. HEX triplet: 72, 4F and 25. RGB value is (114,79,37). Sum of RGB (Red+Green+Blue) = 114+79+37=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #724F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F25 is #8DB0DA. Grayscale: #545454. Windows color (decimal): -9285851 or 2445170. OLE color: 2445170.
HSL color Cylindrical-coordinate representation of color #724F25: hue angle of 32.73º 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 #724F25 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 79 | 37 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.55 |
| HSL | 32.73º | 0.51% | 0.3% | - |
| HSV(B) | 32.73º | 0.68% | 0.45% | - |
| XYZ | 10.07 | 9.3 | 3.02 | - |
| YUV | 84.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 37 | 0 | 0.31 | 0.68 | 0.55 | 32.73 | 0.51 | 0.3 |
| Hex | 72 | 4F | 25 | 0 | 1F | 44 | 37 | 21 | 33 | 1E |
| Octal | 162 | 117 | 45 | 0 | 37 | 104 | 67 | 41 | 63 | 36 |
| Binary | 1110010 | 1001111 | 100101 | 0 | 11111 | 1000100 | 110111 | 100001 | 110011 | 11110 |
Color Harmonies of #724F25
Complementary color
Monochromatic Colors of #724F25
Black with #724F25
Text Example
Text Example
White with #724F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F25; }
p { color: rgb(114,79,37); }
H1.HeaderClassName
{
color: #724F25;
}
.AnyTagClassName
{
color: #724F25;
}
</style>
background-color css
<style>
a { background-color: #724F25; }
a { background-color: rgb(114,79,37); }
div.DivClassName
{
background-color: #724F25;
}
.BgClassName
{
background-color: #724F25;
}
</style>
border-color css
<style>
span { border-color: #724F25; }
span { border-color: rgb(114,79,37); }
td.TdClassName
{
border-color: #724F25;
}
.TagClassName
{
border-color: #724F25;
}
</style>