Shades of Cafe Royale #714E26
Tints of Cafe Royale #714E26
RGB
CMYK
RGB Variations
Color information
#714E26 (or 0x714E26) is known color: Cafe Royale. HEX triplet: 71, 4E and 26. RGB value is (113,78,38). Sum of RGB (Red+Green+Blue) = 113+78+38=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E26 is #8EB1D9. Grayscale: #545454. Windows color (decimal): -9351642 or 2510449. OLE color: 2510449.
HSL color Cylindrical-coordinate representation of color #714E26: hue angle of 32º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714E26 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 38 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.56 |
| HSL | 32º | 0.5% | 0.3% | - |
| HSV(B) | 32º | 0.66% | 0.44% | - |
| XYZ | 9.88 | 9.1 | 3.07 | - |
| YUV | 83.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 38 | 0 | 0.31 | 0.66 | 0.56 | 32 | 0.5 | 0.3 |
| Hex | 71 | 4E | 26 | 0 | 1F | 42 | 38 | 20 | 32 | 1E |
| Octal | 161 | 116 | 46 | 0 | 37 | 102 | 70 | 40 | 62 | 36 |
| Binary | 1110001 | 1001110 | 100110 | 0 | 11111 | 1000010 | 111000 | 100000 | 110010 | 11110 |
Color Harmonies of #714E26
Complementary color
Monochromatic Colors of #714E26
Black with #714E26
Text Example
Text Example
White with #714E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E26; }
p { color: rgb(113,78,38); }
H1.HeaderClassName
{
color: #714E26;
}
.AnyTagClassName
{
color: #714E26;
}
</style>
background-color css
<style>
a { background-color: #714E26; }
a { background-color: rgb(113,78,38); }
div.DivClassName
{
background-color: #714E26;
}
.BgClassName
{
background-color: #714E26;
}
</style>
border-color css
<style>
span { border-color: #714E26; }
span { border-color: rgb(113,78,38); }
td.TdClassName
{
border-color: #714E26;
}
.TagClassName
{
border-color: #714E26;
}
</style>