Shades of Cafe Royale #704927
Tints of Cafe Royale #704927
RGB
CMYK
RGB Variations
Color information
#704927 (or 0x704927) is known color: Cafe Royale. HEX triplet: 70, 49 and 27. RGB value is (112,73,39). Sum of RGB (Red+Green+Blue) = 112+73+39=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #704927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704927 is #8FB6D8. Grayscale: #505050. Windows color (decimal): -9418457 or 2574704. OLE color: 2574704.
HSL color Cylindrical-coordinate representation of color #704927: hue angle of 27.95º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704927 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 39 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.56 |
| HSL | 27.95º | 0.48% | 0.3% | - |
| HSV(B) | 27.95º | 0.65% | 0.44% | - |
| XYZ | 9.43 | 8.36 | 3.04 | - |
| YUV | 80.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 39 | 0 | 0.35 | 0.65 | 0.56 | 27.95 | 0.48 | 0.3 |
| Hex | 70 | 49 | 27 | 0 | 23 | 41 | 38 | 1C | 30 | 1E |
| Octal | 160 | 111 | 47 | 0 | 43 | 101 | 70 | 34 | 60 | 36 |
| Binary | 1110000 | 1001001 | 100111 | 0 | 100011 | 1000001 | 111000 | 11100 | 110000 | 11110 |
Color Harmonies of #704927
Complementary color
Monochromatic Colors of #704927
Black with #704927
Text Example
Text Example
White with #704927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704927; }
p { color: rgb(112,73,39); }
H1.HeaderClassName
{
color: #704927;
}
.AnyTagClassName
{
color: #704927;
}
</style>
background-color css
<style>
a { background-color: #704927; }
a { background-color: rgb(112,73,39); }
div.DivClassName
{
background-color: #704927;
}
.BgClassName
{
background-color: #704927;
}
</style>
border-color css
<style>
span { border-color: #704927; }
span { border-color: rgb(112,73,39); }
td.TdClassName
{
border-color: #704927;
}
.TagClassName
{
border-color: #704927;
}
</style>