Shades of Cafe Royale #704826
Tints of Cafe Royale #704826
RGB
CMYK
RGB Variations
Color information
#704826 (or 0x704826) is known color: Cafe Royale. HEX triplet: 70, 48 and 26. RGB value is (112,72,38). Sum of RGB (Red+Green+Blue) = 112+72+38=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #704826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704826 is #8FB7D9. Grayscale: #505050. Windows color (decimal): -9418714 or 2508912. OLE color: 2508912.
HSL color Cylindrical-coordinate representation of color #704826: hue angle of 27.57º 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 #704826 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 38 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.56 |
| HSL | 27.57º | 0.49% | 0.29% | - |
| HSV(B) | 27.57º | 0.66% | 0.44% | - |
| XYZ | 9.35 | 8.22 | 2.93 | - |
| YUV | 80.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 38 | 0 | 0.36 | 0.66 | 0.56 | 27.57 | 0.49 | 0.29 |
| Hex | 70 | 48 | 26 | 0 | 24 | 42 | 38 | 1C | 31 | 1D |
| Octal | 160 | 110 | 46 | 0 | 44 | 102 | 70 | 34 | 61 | 35 |
| Binary | 1110000 | 1001000 | 100110 | 0 | 100100 | 1000010 | 111000 | 11100 | 110001 | 11101 |
Color Harmonies of #704826
Complementary color
Monochromatic Colors of #704826
Black with #704826
Text Example
Text Example
White with #704826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704826; }
p { color: rgb(112,72,38); }
H1.HeaderClassName
{
color: #704826;
}
.AnyTagClassName
{
color: #704826;
}
</style>
background-color css
<style>
a { background-color: #704826; }
a { background-color: rgb(112,72,38); }
div.DivClassName
{
background-color: #704826;
}
.BgClassName
{
background-color: #704826;
}
</style>
border-color css
<style>
span { border-color: #704826; }
span { border-color: rgb(112,72,38); }
td.TdClassName
{
border-color: #704826;
}
.TagClassName
{
border-color: #704826;
}
</style>