Shades of Cafe Royale #704825
Tints of Cafe Royale #704825
RGB
CMYK
RGB Variations
Color information
#704825 (or 0x704825) is known color: Cafe Royale. HEX triplet: 70, 48 and 25. RGB value is (112,72,37). Sum of RGB (Red+Green+Blue) = 112+72+37=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704825 is #8FB7DA. Grayscale: #505050. Windows color (decimal): -9418715 or 2443376. OLE color: 2443376.
HSL color Cylindrical-coordinate representation of color #704825: hue angle of 28º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #704825 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 37 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.56 |
| HSL | 28º | 0.5% | 0.29% | - |
| HSV(B) | 28º | 0.67% | 0.44% | - |
| XYZ | 9.33 | 8.21 | 2.84 | - |
| YUV | 79.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 37 | 0 | 0.36 | 0.67 | 0.56 | 28 | 0.5 | 0.29 |
| Hex | 70 | 48 | 25 | 0 | 24 | 43 | 38 | 1C | 32 | 1D |
| Octal | 160 | 110 | 45 | 0 | 44 | 103 | 70 | 34 | 62 | 35 |
| Binary | 1110000 | 1001000 | 100101 | 0 | 100100 | 1000011 | 111000 | 11100 | 110010 | 11101 |
Color Harmonies of #704825
Complementary color
Monochromatic Colors of #704825
Black with #704825
Text Example
Text Example
White with #704825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704825; }
p { color: rgb(112,72,37); }
H1.HeaderClassName
{
color: #704825;
}
.AnyTagClassName
{
color: #704825;
}
</style>
background-color css
<style>
a { background-color: #704825; }
a { background-color: rgb(112,72,37); }
div.DivClassName
{
background-color: #704825;
}
.BgClassName
{
background-color: #704825;
}
</style>
border-color css
<style>
span { border-color: #704825; }
span { border-color: rgb(112,72,37); }
td.TdClassName
{
border-color: #704825;
}
.TagClassName
{
border-color: #704825;
}
</style>