Shades of Cafe Royale #714E28
Tints of Cafe Royale #714E28
RGB
CMYK
RGB Variations
Color information
#714E28 (or 0x714E28) is known color: Cafe Royale. HEX triplet: 71, 4E and 28. RGB value is (113,78,40). Sum of RGB (Red+Green+Blue) = 113+78+40=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #714E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E28 is #8EB1D7. Grayscale: #545454. Windows color (decimal): -9351640 or 2641521. OLE color: 2641521.
HSL color Cylindrical-coordinate representation of color #714E28: hue angle of 31.23º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714E28 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 40 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.56 |
| HSL | 31.23º | 0.48% | 0.3% | - |
| HSV(B) | 31.23º | 0.65% | 0.44% | - |
| XYZ | 9.92 | 9.11 | 3.24 | - |
| YUV | 84.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 40 | 0 | 0.31 | 0.65 | 0.56 | 31.23 | 0.48 | 0.3 |
| Hex | 71 | 4E | 28 | 0 | 1F | 41 | 38 | 1F | 30 | 1E |
| Octal | 161 | 116 | 50 | 0 | 37 | 101 | 70 | 37 | 60 | 36 |
| Binary | 1110001 | 1001110 | 101000 | 0 | 11111 | 1000001 | 111000 | 11111 | 110000 | 11110 |
Color Harmonies of #714E28
Complementary color
Monochromatic Colors of #714E28
Black with #714E28
Text Example
Text Example
White with #714E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E28; }
p { color: rgb(113,78,40); }
H1.HeaderClassName
{
color: #714E28;
}
.AnyTagClassName
{
color: #714E28;
}
</style>
background-color css
<style>
a { background-color: #714E28; }
a { background-color: rgb(113,78,40); }
div.DivClassName
{
background-color: #714E28;
}
.BgClassName
{
background-color: #714E28;
}
</style>
border-color css
<style>
span { border-color: #714E28; }
span { border-color: rgb(113,78,40); }
td.TdClassName
{
border-color: #714E28;
}
.TagClassName
{
border-color: #714E28;
}
</style>