Shades of Cafe Royale #724E2B
Tints of Cafe Royale #724E2B
RGB
CMYK
RGB Variations
Color information
#724E2B (or 0x724E2B) is known color: Cafe Royale. HEX triplet: 72, 4E and 2B. RGB value is (114,78,43). Sum of RGB (Red+Green+Blue) = 114+78+43=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #724E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E2B is #8DB1D4. Grayscale: #545454. Windows color (decimal): -9286101 or 2838130. OLE color: 2838130.
HSL color Cylindrical-coordinate representation of color #724E2B: hue angle of 29.58º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724E2B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 43 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.55 |
| HSL | 29.58º | 0.45% | 0.31% | - |
| HSV(B) | 29.58º | 0.62% | 0.45% | - |
| XYZ | 10.1 | 9.2 | 3.53 | - |
| YUV | 84.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 43 | 0 | 0.32 | 0.62 | 0.55 | 29.58 | 0.45 | 0.31 |
| Hex | 72 | 4E | 2B | 0 | 20 | 3E | 37 | 1E | 2D | 1F |
| Octal | 162 | 116 | 53 | 0 | 40 | 76 | 67 | 36 | 55 | 37 |
| Binary | 1110010 | 1001110 | 101011 | 0 | 100000 | 111110 | 110111 | 11110 | 101101 | 11111 |
Color Harmonies of #724E2B
Complementary color
Monochromatic Colors of #724E2B
Black with #724E2B
Text Example
Text Example
White with #724E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E2B; }
p { color: rgb(114,78,43); }
H1.HeaderClassName
{
color: #724E2B;
}
.AnyTagClassName
{
color: #724E2B;
}
</style>
background-color css
<style>
a { background-color: #724E2B; }
a { background-color: rgb(114,78,43); }
div.DivClassName
{
background-color: #724E2B;
}
.BgClassName
{
background-color: #724E2B;
}
</style>
border-color css
<style>
span { border-color: #724E2B; }
span { border-color: rgb(114,78,43); }
td.TdClassName
{
border-color: #724E2B;
}
.TagClassName
{
border-color: #724E2B;
}
</style>