Shades of Cafe Royale #744F2B
Tints of Cafe Royale #744F2B
RGB
CMYK
RGB Variations
Color information
#744F2B (or 0x744F2B) is known color: Cafe Royale. HEX triplet: 74, 4F and 2B. RGB value is (116,79,43). Sum of RGB (Red+Green+Blue) = 116+79+43=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #744F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F2B is #8BB0D4. Grayscale: #565656. Windows color (decimal): -9154773 or 2838388. OLE color: 2838388.
HSL color Cylindrical-coordinate representation of color #744F2B: hue angle of 29.59º 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 #744F2B is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 43 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.55 |
| HSL | 29.59º | 0.46% | 0.31% | - |
| HSV(B) | 29.59º | 0.63% | 0.45% | - |
| XYZ | 10.43 | 9.48 | 3.57 | - |
| YUV | 85.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 43 | 0 | 0.32 | 0.63 | 0.55 | 29.59 | 0.46 | 0.31 |
| Hex | 74 | 4F | 2B | 0 | 20 | 3F | 37 | 1E | 2E | 1F |
| Octal | 164 | 117 | 53 | 0 | 40 | 77 | 67 | 36 | 56 | 37 |
| Binary | 1110100 | 1001111 | 101011 | 0 | 100000 | 111111 | 110111 | 11110 | 101110 | 11111 |
Color Harmonies of #744F2B
Complementary color
Monochromatic Colors of #744F2B
Black with #744F2B
Text Example
Text Example
White with #744F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F2B; }
p { color: rgb(116,79,43); }
H1.HeaderClassName
{
color: #744F2B;
}
.AnyTagClassName
{
color: #744F2B;
}
</style>
background-color css
<style>
a { background-color: #744F2B; }
a { background-color: rgb(116,79,43); }
div.DivClassName
{
background-color: #744F2B;
}
.BgClassName
{
background-color: #744F2B;
}
</style>
border-color css
<style>
span { border-color: #744F2B; }
span { border-color: rgb(116,79,43); }
td.TdClassName
{
border-color: #744F2B;
}
.TagClassName
{
border-color: #744F2B;
}
</style>