Shades of Cafe Royale #744D26
Tints of Cafe Royale #744D26
RGB
CMYK
RGB Variations
Color information
#744D26 (or 0x744D26) is known color: Cafe Royale. HEX triplet: 74, 4D and 26. RGB value is (116,77,38). Sum of RGB (Red+Green+Blue) = 116+77+38=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #744D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D26 is #8BB2D9. Grayscale: #545454. Windows color (decimal): -9155290 or 2510196. OLE color: 2510196.
HSL color Cylindrical-coordinate representation of color #744D26: hue angle of 30º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744D26 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 38 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.55 |
| HSL | 30º | 0.51% | 0.3% | - |
| HSV(B) | 30º | 0.67% | 0.45% | - |
| XYZ | 10.21 | 9.16 | 3.06 | - |
| YUV | 84.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 38 | 0 | 0.34 | 0.67 | 0.55 | 30 | 0.51 | 0.3 |
| Hex | 74 | 4D | 26 | 0 | 22 | 43 | 37 | 1E | 33 | 1E |
| Octal | 164 | 115 | 46 | 0 | 42 | 103 | 67 | 36 | 63 | 36 |
| Binary | 1110100 | 1001101 | 100110 | 0 | 100010 | 1000011 | 110111 | 11110 | 110011 | 11110 |
Color Harmonies of #744D26
Complementary color
Monochromatic Colors of #744D26
Black with #744D26
Text Example
Text Example
White with #744D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D26; }
p { color: rgb(116,77,38); }
H1.HeaderClassName
{
color: #744D26;
}
.AnyTagClassName
{
color: #744D26;
}
</style>
background-color css
<style>
a { background-color: #744D26; }
a { background-color: rgb(116,77,38); }
div.DivClassName
{
background-color: #744D26;
}
.BgClassName
{
background-color: #744D26;
}
</style>
border-color css
<style>
span { border-color: #744D26; }
span { border-color: rgb(116,77,38); }
td.TdClassName
{
border-color: #744D26;
}
.TagClassName
{
border-color: #744D26;
}
</style>