Shades of Cafe Royale #714B2A
Tints of Cafe Royale #714B2A
RGB
CMYK
RGB Variations
Color information
#714B2A (or 0x714B2A) is known color: Cafe Royale. HEX triplet: 71, 4B and 2A. RGB value is (113,75,42). Sum of RGB (Red+Green+Blue) = 113+75+42=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #714B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B2A is #8EB4D5. Grayscale: #525252. Windows color (decimal): -9352406 or 2771825. OLE color: 2771825.
HSL color Cylindrical-coordinate representation of color #714B2A: hue angle of 27.89º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714B2A is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 75 | 42 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.56 |
| HSL | 27.89º | 0.46% | 0.3% | - |
| HSV(B) | 27.89º | 0.63% | 0.44% | - |
| XYZ | 9.74 | 8.71 | 3.36 | - |
| YUV | 82.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 42 | 0 | 0.34 | 0.63 | 0.56 | 27.89 | 0.46 | 0.3 |
| Hex | 71 | 4B | 2A | 0 | 22 | 3F | 38 | 1C | 2E | 1E |
| Octal | 161 | 113 | 52 | 0 | 42 | 77 | 70 | 34 | 56 | 36 |
| Binary | 1110001 | 1001011 | 101010 | 0 | 100010 | 111111 | 111000 | 11100 | 101110 | 11110 |
Color Harmonies of #714B2A
Complementary color
Monochromatic Colors of #714B2A
Black with #714B2A
Text Example
Text Example
White with #714B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B2A; }
p { color: rgb(113,75,42); }
H1.HeaderClassName
{
color: #714B2A;
}
.AnyTagClassName
{
color: #714B2A;
}
</style>
background-color css
<style>
a { background-color: #714B2A; }
a { background-color: rgb(113,75,42); }
div.DivClassName
{
background-color: #714B2A;
}
.BgClassName
{
background-color: #714B2A;
}
</style>
border-color css
<style>
span { border-color: #714B2A; }
span { border-color: rgb(113,75,42); }
td.TdClassName
{
border-color: #714B2A;
}
.TagClassName
{
border-color: #714B2A;
}
</style>