Shades of Cafe Royale #724B27
Tints of Cafe Royale #724B27
RGB
CMYK
RGB Variations
Color information
#724B27 (or 0x724B27) is known color: Cafe Royale. HEX triplet: 72, 4B and 27. RGB value is (114,75,39). Sum of RGB (Red+Green+Blue) = 114+75+39=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #724B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B27 is #8DB4D8. Grayscale: #525252. Windows color (decimal): -9286873 or 2575218. OLE color: 2575218.
HSL color Cylindrical-coordinate representation of color #724B27: hue angle of 28.8º 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 #724B27 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 39 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.55 |
| HSL | 28.8º | 0.49% | 0.3% | - |
| HSV(B) | 28.8º | 0.66% | 0.45% | - |
| XYZ | 9.82 | 8.76 | 3.09 | - |
| YUV | 82.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 39 | 0 | 0.34 | 0.66 | 0.55 | 28.8 | 0.49 | 0.3 |
| Hex | 72 | 4B | 27 | 0 | 22 | 42 | 37 | 1D | 31 | 1E |
| Octal | 162 | 113 | 47 | 0 | 42 | 102 | 67 | 35 | 61 | 36 |
| Binary | 1110010 | 1001011 | 100111 | 0 | 100010 | 1000010 | 110111 | 11101 | 110001 | 11110 |
Color Harmonies of #724B27
Complementary color
Monochromatic Colors of #724B27
Black with #724B27
Text Example
Text Example
White with #724B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B27; }
p { color: rgb(114,75,39); }
H1.HeaderClassName
{
color: #724B27;
}
.AnyTagClassName
{
color: #724B27;
}
</style>
background-color css
<style>
a { background-color: #724B27; }
a { background-color: rgb(114,75,39); }
div.DivClassName
{
background-color: #724B27;
}
.BgClassName
{
background-color: #724B27;
}
</style>
border-color css
<style>
span { border-color: #724B27; }
span { border-color: rgb(114,75,39); }
td.TdClassName
{
border-color: #724B27;
}
.TagClassName
{
border-color: #724B27;
}
</style>