Shades of Cafe Royale #724C27
Tints of Cafe Royale #724C27
RGB
CMYK
RGB Variations
Color information
#724C27 (or 0x724C27) is known color: Cafe Royale. HEX triplet: 72, 4C and 27. RGB value is (114,76,39). Sum of RGB (Red+Green+Blue) = 114+76+39=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #724C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C27 is #8DB3D8. Grayscale: #535353. Windows color (decimal): -9286617 or 2575474. OLE color: 2575474.
HSL color Cylindrical-coordinate representation of color #724C27: hue angle of 29.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724C27 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 76 | 39 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.55 |
| HSL | 29.6º | 0.49% | 0.3% | - |
| HSV(B) | 29.6º | 0.66% | 0.45% | - |
| XYZ | 9.89 | 8.89 | 3.11 | - |
| YUV | 83.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 39 | 0 | 0.33 | 0.66 | 0.55 | 29.6 | 0.49 | 0.3 |
| Hex | 72 | 4C | 27 | 0 | 21 | 42 | 37 | 1E | 31 | 1E |
| Octal | 162 | 114 | 47 | 0 | 41 | 102 | 67 | 36 | 61 | 36 |
| Binary | 1110010 | 1001100 | 100111 | 0 | 100001 | 1000010 | 110111 | 11110 | 110001 | 11110 |
Color Harmonies of #724C27
Complementary color
Monochromatic Colors of #724C27
Black with #724C27
Text Example
Text Example
White with #724C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C27; }
p { color: rgb(114,76,39); }
H1.HeaderClassName
{
color: #724C27;
}
.AnyTagClassName
{
color: #724C27;
}
</style>
background-color css
<style>
a { background-color: #724C27; }
a { background-color: rgb(114,76,39); }
div.DivClassName
{
background-color: #724C27;
}
.BgClassName
{
background-color: #724C27;
}
</style>
border-color css
<style>
span { border-color: #724C27; }
span { border-color: rgb(114,76,39); }
td.TdClassName
{
border-color: #724C27;
}
.TagClassName
{
border-color: #724C27;
}
</style>