Shades of Cafe Royale #704E2B
Tints of Cafe Royale #704E2B
RGB
CMYK
RGB Variations
Color information
#704E2B (or 0x704E2B) is known color: Cafe Royale. HEX triplet: 70, 4E and 2B. RGB value is (112,78,43). Sum of RGB (Red+Green+Blue) = 112+78+43=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E2B is #8FB1D4. Grayscale: #545454. Windows color (decimal): -9417173 or 2838128. OLE color: 2838128.
HSL color Cylindrical-coordinate representation of color #704E2B: hue angle of 30.43º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704E2B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 43 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.56 |
| HSL | 30.43º | 0.45% | 0.3% | - |
| HSV(B) | 30.43º | 0.62% | 0.44% | - |
| XYZ | 9.84 | 9.07 | 3.52 | - |
| YUV | 84.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 43 | 0 | 0.30 | 0.62 | 0.56 | 30.43 | 0.45 | 0.3 |
| Hex | 70 | 4E | 2B | 0 | 1E | 3E | 38 | 1E | 2D | 1E |
| Octal | 160 | 116 | 53 | 0 | 36 | 76 | 70 | 36 | 55 | 36 |
| Binary | 1110000 | 1001110 | 101011 | 0 | 11110 | 111110 | 111000 | 11110 | 101101 | 11110 |
Color Harmonies of #704E2B
Complementary color
Monochromatic Colors of #704E2B
Black with #704E2B
Text Example
Text Example
White with #704E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E2B; }
p { color: rgb(112,78,43); }
H1.HeaderClassName
{
color: #704E2B;
}
.AnyTagClassName
{
color: #704E2B;
}
</style>
background-color css
<style>
a { background-color: #704E2B; }
a { background-color: rgb(112,78,43); }
div.DivClassName
{
background-color: #704E2B;
}
.BgClassName
{
background-color: #704E2B;
}
</style>
border-color css
<style>
span { border-color: #704E2B; }
span { border-color: rgb(112,78,43); }
td.TdClassName
{
border-color: #704E2B;
}
.TagClassName
{
border-color: #704E2B;
}
</style>