Shades of Cafe Royale #704926
Tints of Cafe Royale #704926
RGB
CMYK
RGB Variations
Color information
#704926 (or 0x704926) is known color: Cafe Royale. HEX triplet: 70, 49 and 26. RGB value is (112,73,38). Sum of RGB (Red+Green+Blue) = 112+73+38=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #704926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704926 is #8FB6D9. Grayscale: #505050. Windows color (decimal): -9418458 or 2509168. OLE color: 2509168.
HSL color Cylindrical-coordinate representation of color #704926: hue angle of 28.38º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704926 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 38 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.56 |
| HSL | 28.38º | 0.49% | 0.29% | - |
| HSV(B) | 28.38º | 0.66% | 0.44% | - |
| XYZ | 9.41 | 8.35 | 2.95 | - |
| YUV | 80.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 38 | 0 | 0.35 | 0.66 | 0.56 | 28.38 | 0.49 | 0.29 |
| Hex | 70 | 49 | 26 | 0 | 23 | 42 | 38 | 1C | 31 | 1D |
| Octal | 160 | 111 | 46 | 0 | 43 | 102 | 70 | 34 | 61 | 35 |
| Binary | 1110000 | 1001001 | 100110 | 0 | 100011 | 1000010 | 111000 | 11100 | 110001 | 11101 |
Color Harmonies of #704926
Complementary color
Monochromatic Colors of #704926
Black with #704926
Text Example
Text Example
White with #704926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704926; }
p { color: rgb(112,73,38); }
H1.HeaderClassName
{
color: #704926;
}
.AnyTagClassName
{
color: #704926;
}
</style>
background-color css
<style>
a { background-color: #704926; }
a { background-color: rgb(112,73,38); }
div.DivClassName
{
background-color: #704926;
}
.BgClassName
{
background-color: #704926;
}
</style>
border-color css
<style>
span { border-color: #704926; }
span { border-color: rgb(112,73,38); }
td.TdClassName
{
border-color: #704926;
}
.TagClassName
{
border-color: #704926;
}
</style>