Shades of Cafe Royale #714C24
Tints of Cafe Royale #714C24
RGB
CMYK
RGB Variations
Color information
#714C24 (or 0x714C24) is known color: Cafe Royale. HEX triplet: 71, 4C and 24. RGB value is (113,76,36). Sum of RGB (Red+Green+Blue) = 113+76+36=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #714C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C24 is #8EB3DB. Grayscale: #525252. Windows color (decimal): -9352156 or 2378865. OLE color: 2378865.
HSL color Cylindrical-coordinate representation of color #714C24: hue angle of 31.17º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714C24 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 36 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.56 |
| HSL | 31.17º | 0.52% | 0.29% | - |
| HSV(B) | 31.17º | 0.68% | 0.44% | - |
| XYZ | 9.71 | 8.81 | 2.86 | - |
| YUV | 82.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 36 | 0 | 0.33 | 0.68 | 0.56 | 31.17 | 0.52 | 0.29 |
| Hex | 71 | 4C | 24 | 0 | 21 | 44 | 38 | 1F | 34 | 1D |
| Octal | 161 | 114 | 44 | 0 | 41 | 104 | 70 | 37 | 64 | 35 |
| Binary | 1110001 | 1001100 | 100100 | 0 | 100001 | 1000100 | 111000 | 11111 | 110100 | 11101 |
Color Harmonies of #714C24
Complementary color
Monochromatic Colors of #714C24
Black with #714C24
Text Example
Text Example
White with #714C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C24; }
p { color: rgb(113,76,36); }
H1.HeaderClassName
{
color: #714C24;
}
.AnyTagClassName
{
color: #714C24;
}
</style>
background-color css
<style>
a { background-color: #714C24; }
a { background-color: rgb(113,76,36); }
div.DivClassName
{
background-color: #714C24;
}
.BgClassName
{
background-color: #714C24;
}
</style>
border-color css
<style>
span { border-color: #714C24; }
span { border-color: rgb(113,76,36); }
td.TdClassName
{
border-color: #714C24;
}
.TagClassName
{
border-color: #714C24;
}
</style>