Shades of Cafe Royale #704D2A
Tints of Cafe Royale #704D2A
RGB
CMYK
RGB Variations
Color information
#704D2A (or 0x704D2A) is known color: Cafe Royale. HEX triplet: 70, 4D and 2A. RGB value is (112,77,42). Sum of RGB (Red+Green+Blue) = 112+77+42=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D2A is #8FB2D5. Grayscale: #535353. Windows color (decimal): -9417430 or 2772336. OLE color: 2772336.
HSL color Cylindrical-coordinate representation of color #704D2A: hue angle of 30º 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 #704D2A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 42 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.56 |
| HSL | 30º | 0.45% | 0.3% | - |
| HSV(B) | 30º | 0.63% | 0.44% | - |
| XYZ | 9.75 | 8.92 | 3.4 | - |
| YUV | 83.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 42 | 0 | 0.31 | 0.62 | 0.56 | 30 | 0.45 | 0.3 |
| Hex | 70 | 4D | 2A | 0 | 1F | 3E | 38 | 1E | 2D | 1E |
| Octal | 160 | 115 | 52 | 0 | 37 | 76 | 70 | 36 | 55 | 36 |
| Binary | 1110000 | 1001101 | 101010 | 0 | 11111 | 111110 | 111000 | 11110 | 101101 | 11110 |
Color Harmonies of #704D2A
Complementary color
Monochromatic Colors of #704D2A
Black with #704D2A
Text Example
Text Example
White with #704D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D2A; }
p { color: rgb(112,77,42); }
H1.HeaderClassName
{
color: #704D2A;
}
.AnyTagClassName
{
color: #704D2A;
}
</style>
background-color css
<style>
a { background-color: #704D2A; }
a { background-color: rgb(112,77,42); }
div.DivClassName
{
background-color: #704D2A;
}
.BgClassName
{
background-color: #704D2A;
}
</style>
border-color css
<style>
span { border-color: #704D2A; }
span { border-color: rgb(112,77,42); }
td.TdClassName
{
border-color: #704D2A;
}
.TagClassName
{
border-color: #704D2A;
}
</style>