Shades of Cafe Royale #714A2A
Tints of Cafe Royale #714A2A
RGB
CMYK
RGB Variations
Color information
#714A2A (or 0x714A2A) is known color: Cafe Royale. HEX triplet: 71, 4A and 2A. RGB value is (113,74,42). Sum of RGB (Red+Green+Blue) = 113+74+42=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A2A is #8EB5D5. Grayscale: #525252. Windows color (decimal): -9352662 or 2771569. OLE color: 2771569.
HSL color Cylindrical-coordinate representation of color #714A2A: hue angle of 27.04º 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 #714A2A is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 42 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.56 |
| HSL | 27.04º | 0.46% | 0.3% | - |
| HSV(B) | 27.04º | 0.63% | 0.44% | - |
| XYZ | 9.68 | 8.58 | 3.34 | - |
| YUV | 82.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 42 | 0 | 0.35 | 0.63 | 0.56 | 27.04 | 0.46 | 0.3 |
| Hex | 71 | 4A | 2A | 0 | 23 | 3F | 38 | 1B | 2E | 1E |
| Octal | 161 | 112 | 52 | 0 | 43 | 77 | 70 | 33 | 56 | 36 |
| Binary | 1110001 | 1001010 | 101010 | 0 | 100011 | 111111 | 111000 | 11011 | 101110 | 11110 |
Color Harmonies of #714A2A
Complementary color
Monochromatic Colors of #714A2A
Black with #714A2A
Text Example
Text Example
White with #714A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A2A; }
p { color: rgb(113,74,42); }
H1.HeaderClassName
{
color: #714A2A;
}
.AnyTagClassName
{
color: #714A2A;
}
</style>
background-color css
<style>
a { background-color: #714A2A; }
a { background-color: rgb(113,74,42); }
div.DivClassName
{
background-color: #714A2A;
}
.BgClassName
{
background-color: #714A2A;
}
</style>
border-color css
<style>
span { border-color: #714A2A; }
span { border-color: rgb(113,74,42); }
td.TdClassName
{
border-color: #714A2A;
}
.TagClassName
{
border-color: #714A2A;
}
</style>