Shades of Cafe Royale #714E23
Tints of Cafe Royale #714E23
RGB
CMYK
RGB Variations
Color information
#714E23 (or 0x714E23) is known color: Cafe Royale. HEX triplet: 71, 4E and 23. RGB value is (113,78,35). Sum of RGB (Red+Green+Blue) = 113+78+35=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #714E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E23 is #8EB1DC. Grayscale: #535353. Windows color (decimal): -9351645 or 2313841. OLE color: 2313841.
HSL color Cylindrical-coordinate representation of color #714E23: hue angle of 33.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714E23 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 35 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.56 |
| HSL | 33.08º | 0.53% | 0.29% | - |
| HSV(B) | 33.08º | 0.69% | 0.44% | - |
| XYZ | 9.84 | 9.08 | 2.82 | - |
| YUV | 83.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 35 | 0 | 0.31 | 0.69 | 0.56 | 33.08 | 0.53 | 0.29 |
| Hex | 71 | 4E | 23 | 0 | 1F | 45 | 38 | 21 | 35 | 1D |
| Octal | 161 | 116 | 43 | 0 | 37 | 105 | 70 | 41 | 65 | 35 |
| Binary | 1110001 | 1001110 | 100011 | 0 | 11111 | 1000101 | 111000 | 100001 | 110101 | 11101 |
Color Harmonies of #714E23
Complementary color
Monochromatic Colors of #714E23
Black with #714E23
Text Example
Text Example
White with #714E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E23; }
p { color: rgb(113,78,35); }
H1.HeaderClassName
{
color: #714E23;
}
.AnyTagClassName
{
color: #714E23;
}
</style>
background-color css
<style>
a { background-color: #714E23; }
a { background-color: rgb(113,78,35); }
div.DivClassName
{
background-color: #714E23;
}
.BgClassName
{
background-color: #714E23;
}
</style>
border-color css
<style>
span { border-color: #714E23; }
span { border-color: rgb(113,78,35); }
td.TdClassName
{
border-color: #714E23;
}
.TagClassName
{
border-color: #714E23;
}
</style>