Shades of Cafe Royale #704F2D
Tints of Cafe Royale #704F2D
RGB
CMYK
RGB Variations
Color information
#704F2D (or 0x704F2D) is known color: Cafe Royale. HEX triplet: 70, 4F and 2D. RGB value is (112,79,45). Sum of RGB (Red+Green+Blue) = 112+79+45=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F2D is #8FB0D2. Grayscale: #555555. Windows color (decimal): -9416915 or 2969456. OLE color: 2969456.
HSL color Cylindrical-coordinate representation of color #704F2D: hue angle of 30.45º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704F2D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 79 | 45 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.56 |
| HSL | 30.45º | 0.43% | 0.31% | - |
| HSV(B) | 30.45º | 0.6% | 0.44% | - |
| XYZ | 9.95 | 9.23 | 3.74 | - |
| YUV | 84.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 45 | 0 | 0.29 | 0.60 | 0.56 | 30.45 | 0.43 | 0.31 |
| Hex | 70 | 4F | 2D | 0 | 1D | 3C | 38 | 1E | 2B | 1F |
| Octal | 160 | 117 | 55 | 0 | 35 | 74 | 70 | 36 | 53 | 37 |
| Binary | 1110000 | 1001111 | 101101 | 0 | 11101 | 111100 | 111000 | 11110 | 101011 | 11111 |
Color Harmonies of #704F2D
Complementary color
Monochromatic Colors of #704F2D
Black with #704F2D
Text Example
Text Example
White with #704F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704F2D; }
p { color: rgb(112,79,45); }
H1.HeaderClassName
{
color: #704F2D;
}
.AnyTagClassName
{
color: #704F2D;
}
</style>
background-color css
<style>
a { background-color: #704F2D; }
a { background-color: rgb(112,79,45); }
div.DivClassName
{
background-color: #704F2D;
}
.BgClassName
{
background-color: #704F2D;
}
</style>
border-color css
<style>
span { border-color: #704F2D; }
span { border-color: rgb(112,79,45); }
td.TdClassName
{
border-color: #704F2D;
}
.TagClassName
{
border-color: #704F2D;
}
</style>