Shades of Cafe Royale #704F2C
Tints of Cafe Royale #704F2C
RGB
CMYK
RGB Variations
Color information
#704F2C (or 0x704F2C) is known color: Cafe Royale. HEX triplet: 70, 4F and 2C. RGB value is (112,79,44). Sum of RGB (Red+Green+Blue) = 112+79+44=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F2C is #8FB0D3. Grayscale: #555555. Windows color (decimal): -9416916 or 2903920. OLE color: 2903920.
HSL color Cylindrical-coordinate representation of color #704F2C: hue angle of 30.88º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704F2C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 79 | 44 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.56 |
| HSL | 30.88º | 0.44% | 0.31% | - |
| HSV(B) | 30.88º | 0.61% | 0.44% | - |
| XYZ | 9.93 | 9.22 | 3.64 | - |
| YUV | 84.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 44 | 0 | 0.29 | 0.61 | 0.56 | 30.88 | 0.44 | 0.31 |
| Hex | 70 | 4F | 2C | 0 | 1D | 3D | 38 | 1F | 2C | 1F |
| Octal | 160 | 117 | 54 | 0 | 35 | 75 | 70 | 37 | 54 | 37 |
| Binary | 1110000 | 1001111 | 101100 | 0 | 11101 | 111101 | 111000 | 11111 | 101100 | 11111 |
Color Harmonies of #704F2C
Complementary color
Monochromatic Colors of #704F2C
Black with #704F2C
Text Example
Text Example
White with #704F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704F2C; }
p { color: rgb(112,79,44); }
H1.HeaderClassName
{
color: #704F2C;
}
.AnyTagClassName
{
color: #704F2C;
}
</style>
background-color css
<style>
a { background-color: #704F2C; }
a { background-color: rgb(112,79,44); }
div.DivClassName
{
background-color: #704F2C;
}
.BgClassName
{
background-color: #704F2C;
}
</style>
border-color css
<style>
span { border-color: #704F2C; }
span { border-color: rgb(112,79,44); }
td.TdClassName
{
border-color: #704F2C;
}
.TagClassName
{
border-color: #704F2C;
}
</style>