Shades of Cafe Royale #744C28
Tints of Cafe Royale #744C28
RGB
CMYK
RGB Variations
Color information
#744C28 (or 0x744C28) is known color: Cafe Royale. HEX triplet: 74, 4C and 28. RGB value is (116,76,40). Sum of RGB (Red+Green+Blue) = 116+76+40=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #744C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C28 is #8BB3D7. Grayscale: #545454. Windows color (decimal): -9155544 or 2641012. OLE color: 2641012.
HSL color Cylindrical-coordinate representation of color #744C28: hue angle of 28.42º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744C28 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 40 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.55 |
| HSL | 28.42º | 0.49% | 0.31% | - |
| HSV(B) | 28.42º | 0.66% | 0.45% | - |
| XYZ | 10.17 | 9.04 | 3.22 | - |
| YUV | 83.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 40 | 0 | 0.34 | 0.66 | 0.55 | 28.42 | 0.49 | 0.31 |
| Hex | 74 | 4C | 28 | 0 | 22 | 42 | 37 | 1C | 31 | 1F |
| Octal | 164 | 114 | 50 | 0 | 42 | 102 | 67 | 34 | 61 | 37 |
| Binary | 1110100 | 1001100 | 101000 | 0 | 100010 | 1000010 | 110111 | 11100 | 110001 | 11111 |
Color Harmonies of #744C28
Complementary color
Monochromatic Colors of #744C28
Black with #744C28
Text Example
Text Example
White with #744C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C28; }
p { color: rgb(116,76,40); }
H1.HeaderClassName
{
color: #744C28;
}
.AnyTagClassName
{
color: #744C28;
}
</style>
background-color css
<style>
a { background-color: #744C28; }
a { background-color: rgb(116,76,40); }
div.DivClassName
{
background-color: #744C28;
}
.BgClassName
{
background-color: #744C28;
}
</style>
border-color css
<style>
span { border-color: #744C28; }
span { border-color: rgb(116,76,40); }
td.TdClassName
{
border-color: #744C28;
}
.TagClassName
{
border-color: #744C28;
}
</style>