Shades of Cafe Royale #704A24
Tints of Cafe Royale #704A24
RGB
CMYK
RGB Variations
Color information
#704A24 (or 0x704A24) is known color: Cafe Royale. HEX triplet: 70, 4A and 24. RGB value is (112,74,36). Sum of RGB (Red+Green+Blue) = 112+74+36=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #704A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A24 is #8FB5DB. Grayscale: #515151. Windows color (decimal): -9418204 or 2378352. OLE color: 2378352.
HSL color Cylindrical-coordinate representation of color #704A24: hue angle of 30º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704A24 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 36 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.56 |
| HSL | 30º | 0.51% | 0.29% | - |
| HSV(B) | 30º | 0.68% | 0.44% | - |
| XYZ | 9.45 | 8.47 | 2.81 | - |
| YUV | 81.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 36 | 0 | 0.34 | 0.68 | 0.56 | 30 | 0.51 | 0.29 |
| Hex | 70 | 4A | 24 | 0 | 22 | 44 | 38 | 1E | 33 | 1D |
| Octal | 160 | 112 | 44 | 0 | 42 | 104 | 70 | 36 | 63 | 35 |
| Binary | 1110000 | 1001010 | 100100 | 0 | 100010 | 1000100 | 111000 | 11110 | 110011 | 11101 |
Color Harmonies of #704A24
Complementary color
Monochromatic Colors of #704A24
Black with #704A24
Text Example
Text Example
White with #704A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A24; }
p { color: rgb(112,74,36); }
H1.HeaderClassName
{
color: #704A24;
}
.AnyTagClassName
{
color: #704A24;
}
</style>
background-color css
<style>
a { background-color: #704A24; }
a { background-color: rgb(112,74,36); }
div.DivClassName
{
background-color: #704A24;
}
.BgClassName
{
background-color: #704A24;
}
</style>
border-color css
<style>
span { border-color: #704A24; }
span { border-color: rgb(112,74,36); }
td.TdClassName
{
border-color: #704A24;
}
.TagClassName
{
border-color: #704A24;
}
</style>