Shades of Cafe Royale #704A2B
Tints of Cafe Royale #704A2B
RGB
CMYK
RGB Variations
Color information
#704A2B (or 0x704A2B) is known color: Cafe Royale. HEX triplet: 70, 4A and 2B. RGB value is (112,74,43). Sum of RGB (Red+Green+Blue) = 112+74+43=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A2B is #8FB5D4. Grayscale: #515151. Windows color (decimal): -9418197 or 2837104. OLE color: 2837104.
HSL color Cylindrical-coordinate representation of color #704A2B: hue angle of 26.96º 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 #704A2B is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 43 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.56 |
| HSL | 26.96º | 0.45% | 0.3% | - |
| HSV(B) | 26.96º | 0.62% | 0.44% | - |
| XYZ | 9.57 | 8.52 | 3.43 | - |
| YUV | 81.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 43 | 0 | 0.34 | 0.62 | 0.56 | 26.96 | 0.45 | 0.3 |
| Hex | 70 | 4A | 2B | 0 | 22 | 3E | 38 | 1B | 2D | 1E |
| Octal | 160 | 112 | 53 | 0 | 42 | 76 | 70 | 33 | 55 | 36 |
| Binary | 1110000 | 1001010 | 101011 | 0 | 100010 | 111110 | 111000 | 11011 | 101101 | 11110 |
Color Harmonies of #704A2B
Complementary color
Monochromatic Colors of #704A2B
Black with #704A2B
Text Example
Text Example
White with #704A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A2B; }
p { color: rgb(112,74,43); }
H1.HeaderClassName
{
color: #704A2B;
}
.AnyTagClassName
{
color: #704A2B;
}
</style>
background-color css
<style>
a { background-color: #704A2B; }
a { background-color: rgb(112,74,43); }
div.DivClassName
{
background-color: #704A2B;
}
.BgClassName
{
background-color: #704A2B;
}
</style>
border-color css
<style>
span { border-color: #704A2B; }
span { border-color: rgb(112,74,43); }
td.TdClassName
{
border-color: #704A2B;
}
.TagClassName
{
border-color: #704A2B;
}
</style>