Shades of Cafe Royale #744F29
Tints of Cafe Royale #744F29
RGB
CMYK
RGB Variations
Color information
#744F29 (or 0x744F29) is known color: Cafe Royale. HEX triplet: 74, 4F and 29. RGB value is (116,79,41). Sum of RGB (Red+Green+Blue) = 116+79+41=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #744F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F29 is #8BB0D6. Grayscale: #555555. Windows color (decimal): -9154775 or 2707316. OLE color: 2707316.
HSL color Cylindrical-coordinate representation of color #744F29: hue angle of 30.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #744F29 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 41 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.55 |
| HSL | 30.4º | 0.48% | 0.31% | - |
| HSV(B) | 30.4º | 0.65% | 0.45% | - |
| XYZ | 10.4 | 9.47 | 3.38 | - |
| YUV | 85.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 41 | 0 | 0.32 | 0.65 | 0.55 | 30.4 | 0.48 | 0.31 |
| Hex | 74 | 4F | 29 | 0 | 20 | 41 | 37 | 1E | 30 | 1F |
| Octal | 164 | 117 | 51 | 0 | 40 | 101 | 67 | 36 | 60 | 37 |
| Binary | 1110100 | 1001111 | 101001 | 0 | 100000 | 1000001 | 110111 | 11110 | 110000 | 11111 |
Color Harmonies of #744F29
Complementary color
Monochromatic Colors of #744F29
Black with #744F29
Text Example
Text Example
White with #744F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F29; }
p { color: rgb(116,79,41); }
H1.HeaderClassName
{
color: #744F29;
}
.AnyTagClassName
{
color: #744F29;
}
</style>
background-color css
<style>
a { background-color: #744F29; }
a { background-color: rgb(116,79,41); }
div.DivClassName
{
background-color: #744F29;
}
.BgClassName
{
background-color: #744F29;
}
</style>
border-color css
<style>
span { border-color: #744F29; }
span { border-color: rgb(116,79,41); }
td.TdClassName
{
border-color: #744F29;
}
.TagClassName
{
border-color: #744F29;
}
</style>