Shades of Cafe Royale #714F29
Tints of Cafe Royale #714F29
RGB
CMYK
RGB Variations
Color information
#714F29 (or 0x714F29) is known color: Cafe Royale. HEX triplet: 71, 4F and 29. RGB value is (113,79,41). Sum of RGB (Red+Green+Blue) = 113+79+41=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F29 is #8EB0D6. Grayscale: #555555. Windows color (decimal): -9351383 or 2707313. OLE color: 2707313.
HSL color Cylindrical-coordinate representation of color #714F29: hue angle of 31.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714F29 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 41 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.56 |
| HSL | 31.67º | 0.47% | 0.3% | - |
| HSV(B) | 31.67º | 0.64% | 0.44% | - |
| XYZ | 10.01 | 9.26 | 3.36 | - |
| YUV | 84.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 41 | 0 | 0.30 | 0.64 | 0.56 | 31.67 | 0.47 | 0.3 |
| Hex | 71 | 4F | 29 | 0 | 1E | 40 | 38 | 20 | 2F | 1E |
| Octal | 161 | 117 | 51 | 0 | 36 | 100 | 70 | 40 | 57 | 36 |
| Binary | 1110001 | 1001111 | 101001 | 0 | 11110 | 1000000 | 111000 | 100000 | 101111 | 11110 |
Color Harmonies of #714F29
Complementary color
Monochromatic Colors of #714F29
Black with #714F29
Text Example
Text Example
White with #714F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F29; }
p { color: rgb(113,79,41); }
H1.HeaderClassName
{
color: #714F29;
}
.AnyTagClassName
{
color: #714F29;
}
</style>
background-color css
<style>
a { background-color: #714F29; }
a { background-color: rgb(113,79,41); }
div.DivClassName
{
background-color: #714F29;
}
.BgClassName
{
background-color: #714F29;
}
</style>
border-color css
<style>
span { border-color: #714F29; }
span { border-color: rgb(113,79,41); }
td.TdClassName
{
border-color: #714F29;
}
.TagClassName
{
border-color: #714F29;
}
</style>