Shades of Cafe Royale #744E2B
Tints of Cafe Royale #744E2B
RGB
CMYK
RGB Variations
Color information
#744E2B (or 0x744E2B) is known color: Cafe Royale. HEX triplet: 74, 4E and 2B. RGB value is (116,78,43). Sum of RGB (Red+Green+Blue) = 116+78+43=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #744E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E2B is #8BB1D4. Grayscale: #555555. Windows color (decimal): -9155029 or 2838132. OLE color: 2838132.
HSL color Cylindrical-coordinate representation of color #744E2B: hue angle of 28.77º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #744E2B is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 43 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.55 |
| HSL | 28.77º | 0.46% | 0.31% | - |
| HSV(B) | 28.77º | 0.63% | 0.45% | - |
| XYZ | 10.36 | 9.34 | 3.54 | - |
| YUV | 85.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 43 | 0 | 0.33 | 0.63 | 0.55 | 28.77 | 0.46 | 0.31 |
| Hex | 74 | 4E | 2B | 0 | 21 | 3F | 37 | 1D | 2E | 1F |
| Octal | 164 | 116 | 53 | 0 | 41 | 77 | 67 | 35 | 56 | 37 |
| Binary | 1110100 | 1001110 | 101011 | 0 | 100001 | 111111 | 110111 | 11101 | 101110 | 11111 |
Color Harmonies of #744E2B
Complementary color
Monochromatic Colors of #744E2B
Black with #744E2B
Text Example
Text Example
White with #744E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E2B; }
p { color: rgb(116,78,43); }
H1.HeaderClassName
{
color: #744E2B;
}
.AnyTagClassName
{
color: #744E2B;
}
</style>
background-color css
<style>
a { background-color: #744E2B; }
a { background-color: rgb(116,78,43); }
div.DivClassName
{
background-color: #744E2B;
}
.BgClassName
{
background-color: #744E2B;
}
</style>
border-color css
<style>
span { border-color: #744E2B; }
span { border-color: rgb(116,78,43); }
td.TdClassName
{
border-color: #744E2B;
}
.TagClassName
{
border-color: #744E2B;
}
</style>