Shades of Cafe Royale #744C24
Tints of Cafe Royale #744C24
RGB
CMYK
RGB Variations
Color information
#744C24 (or 0x744C24) is known color: Cafe Royale. HEX triplet: 74, 4C and 24. RGB value is (116,76,36). Sum of RGB (Red+Green+Blue) = 116+76+36=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #744C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C24 is #8BB3DB. Grayscale: #535353. Windows color (decimal): -9155548 or 2378868. OLE color: 2378868.
HSL color Cylindrical-coordinate representation of color #744C24: hue angle of 30º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744C24 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 36 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.55 |
| HSL | 30º | 0.53% | 0.3% | - |
| HSV(B) | 30º | 0.69% | 0.45% | - |
| XYZ | 10.11 | 9.01 | 2.88 | - |
| YUV | 83.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 36 | 0 | 0.34 | 0.69 | 0.55 | 30 | 0.53 | 0.3 |
| Hex | 74 | 4C | 24 | 0 | 22 | 45 | 37 | 1E | 35 | 1E |
| Octal | 164 | 114 | 44 | 0 | 42 | 105 | 67 | 36 | 65 | 36 |
| Binary | 1110100 | 1001100 | 100100 | 0 | 100010 | 1000101 | 110111 | 11110 | 110101 | 11110 |
Color Harmonies of #744C24
Complementary color
Monochromatic Colors of #744C24
Black with #744C24
Text Example
Text Example
White with #744C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C24; }
p { color: rgb(116,76,36); }
H1.HeaderClassName
{
color: #744C24;
}
.AnyTagClassName
{
color: #744C24;
}
</style>
background-color css
<style>
a { background-color: #744C24; }
a { background-color: rgb(116,76,36); }
div.DivClassName
{
background-color: #744C24;
}
.BgClassName
{
background-color: #744C24;
}
</style>
border-color css
<style>
span { border-color: #744C24; }
span { border-color: rgb(116,76,36); }
td.TdClassName
{
border-color: #744C24;
}
.TagClassName
{
border-color: #744C24;
}
</style>