Shades of Cafe Royale #724C2A
Tints of Cafe Royale #724C2A
RGB
CMYK
RGB Variations
Color information
#724C2A (or 0x724C2A) is known color: Cafe Royale. HEX triplet: 72, 4C and 2A. RGB value is (114,76,42). Sum of RGB (Red+Green+Blue) = 114+76+42=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C2A is #8DB3D5. Grayscale: #535353. Windows color (decimal): -9286614 or 2772082. OLE color: 2772082.
HSL color Cylindrical-coordinate representation of color #724C2A: hue angle of 28.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #724C2A is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 76 | 42 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.55 |
| HSL | 28.33º | 0.46% | 0.31% | - |
| HSV(B) | 28.33º | 0.63% | 0.45% | - |
| XYZ | 9.94 | 8.91 | 3.39 | - |
| YUV | 83.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 42 | 0 | 0.33 | 0.63 | 0.55 | 28.33 | 0.46 | 0.31 |
| Hex | 72 | 4C | 2A | 0 | 21 | 3F | 37 | 1C | 2E | 1F |
| Octal | 162 | 114 | 52 | 0 | 41 | 77 | 67 | 34 | 56 | 37 |
| Binary | 1110010 | 1001100 | 101010 | 0 | 100001 | 111111 | 110111 | 11100 | 101110 | 11111 |
Color Harmonies of #724C2A
Complementary color
Monochromatic Colors of #724C2A
Black with #724C2A
Text Example
Text Example
White with #724C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C2A; }
p { color: rgb(114,76,42); }
H1.HeaderClassName
{
color: #724C2A;
}
.AnyTagClassName
{
color: #724C2A;
}
</style>
background-color css
<style>
a { background-color: #724C2A; }
a { background-color: rgb(114,76,42); }
div.DivClassName
{
background-color: #724C2A;
}
.BgClassName
{
background-color: #724C2A;
}
</style>
border-color css
<style>
span { border-color: #724C2A; }
span { border-color: rgb(114,76,42); }
td.TdClassName
{
border-color: #724C2A;
}
.TagClassName
{
border-color: #724C2A;
}
</style>