Shades of Cafe Royale #714C28
Tints of Cafe Royale #714C28
RGB
CMYK
RGB Variations
Color information
#714C28 (or 0x714C28) is known color: Cafe Royale. HEX triplet: 71, 4C and 28. RGB value is (113,76,40). Sum of RGB (Red+Green+Blue) = 113+76+40=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C28 is #8EB3D7. Grayscale: #535353. Windows color (decimal): -9352152 or 2641009. OLE color: 2641009.
HSL color Cylindrical-coordinate representation of color #714C28: hue angle of 29.59º 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 #714C28 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 40 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.56 |
| HSL | 29.59º | 0.48% | 0.3% | - |
| HSV(B) | 29.59º | 0.65% | 0.44% | - |
| XYZ | 9.78 | 8.83 | 3.2 | - |
| YUV | 82.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 40 | 0 | 0.33 | 0.65 | 0.56 | 29.59 | 0.48 | 0.3 |
| Hex | 71 | 4C | 28 | 0 | 21 | 41 | 38 | 1E | 30 | 1E |
| Octal | 161 | 114 | 50 | 0 | 41 | 101 | 70 | 36 | 60 | 36 |
| Binary | 1110001 | 1001100 | 101000 | 0 | 100001 | 1000001 | 111000 | 11110 | 110000 | 11110 |
Color Harmonies of #714C28
Complementary color
Monochromatic Colors of #714C28
Black with #714C28
Text Example
Text Example
White with #714C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C28; }
p { color: rgb(113,76,40); }
H1.HeaderClassName
{
color: #714C28;
}
.AnyTagClassName
{
color: #714C28;
}
</style>
background-color css
<style>
a { background-color: #714C28; }
a { background-color: rgb(113,76,40); }
div.DivClassName
{
background-color: #714C28;
}
.BgClassName
{
background-color: #714C28;
}
</style>
border-color css
<style>
span { border-color: #714C28; }
span { border-color: rgb(113,76,40); }
td.TdClassName
{
border-color: #714C28;
}
.TagClassName
{
border-color: #714C28;
}
</style>