Shades of Cafe Royale #724E27
Tints of Cafe Royale #724E27
RGB
CMYK
RGB Variations
Color information
#724E27 (or 0x724E27) is known color: Cafe Royale. HEX triplet: 72, 4E and 27. RGB value is (114,78,39). Sum of RGB (Red+Green+Blue) = 114+78+39=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #724E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E27 is #8DB1D8. Grayscale: #545454. Windows color (decimal): -9286105 or 2575986. OLE color: 2575986.
HSL color Cylindrical-coordinate representation of color #724E27: hue angle of 31.2º 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 #724E27 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 39 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.55 |
| HSL | 31.2º | 0.49% | 0.3% | - |
| HSV(B) | 31.2º | 0.66% | 0.45% | - |
| XYZ | 10.03 | 9.17 | 3.16 | - |
| YUV | 84.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 39 | 0 | 0.32 | 0.66 | 0.55 | 31.2 | 0.49 | 0.3 |
| Hex | 72 | 4E | 27 | 0 | 20 | 42 | 37 | 1F | 31 | 1E |
| Octal | 162 | 116 | 47 | 0 | 40 | 102 | 67 | 37 | 61 | 36 |
| Binary | 1110010 | 1001110 | 100111 | 0 | 100000 | 1000010 | 110111 | 11111 | 110001 | 11110 |
Color Harmonies of #724E27
Complementary color
Monochromatic Colors of #724E27
Black with #724E27
Text Example
Text Example
White with #724E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E27; }
p { color: rgb(114,78,39); }
H1.HeaderClassName
{
color: #724E27;
}
.AnyTagClassName
{
color: #724E27;
}
</style>
background-color css
<style>
a { background-color: #724E27; }
a { background-color: rgb(114,78,39); }
div.DivClassName
{
background-color: #724E27;
}
.BgClassName
{
background-color: #724E27;
}
</style>
border-color css
<style>
span { border-color: #724E27; }
span { border-color: rgb(114,78,39); }
td.TdClassName
{
border-color: #724E27;
}
.TagClassName
{
border-color: #724E27;
}
</style>