Shades of Cafe Royale #724B26
Tints of Cafe Royale #724B26
RGB
CMYK
RGB Variations
Color information
#724B26 (or 0x724B26) is known color: Cafe Royale. HEX triplet: 72, 4B and 26. RGB value is (114,75,38). Sum of RGB (Red+Green+Blue) = 114+75+38=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #724B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B26 is #8DB4D9. Grayscale: #525252. Windows color (decimal): -9286874 or 2509682. OLE color: 2509682.
HSL color Cylindrical-coordinate representation of color #724B26: hue angle of 29.21º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724B26 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 38 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.55 |
| HSL | 29.21º | 0.5% | 0.3% | - |
| HSV(B) | 29.21º | 0.67% | 0.45% | - |
| XYZ | 9.81 | 8.75 | 3.01 | - |
| YUV | 82.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 38 | 0 | 0.34 | 0.67 | 0.55 | 29.21 | 0.5 | 0.3 |
| Hex | 72 | 4B | 26 | 0 | 22 | 43 | 37 | 1D | 32 | 1E |
| Octal | 162 | 113 | 46 | 0 | 42 | 103 | 67 | 35 | 62 | 36 |
| Binary | 1110010 | 1001011 | 100110 | 0 | 100010 | 1000011 | 110111 | 11101 | 110010 | 11110 |
Color Harmonies of #724B26
Complementary color
Monochromatic Colors of #724B26
Black with #724B26
Text Example
Text Example
White with #724B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B26; }
p { color: rgb(114,75,38); }
H1.HeaderClassName
{
color: #724B26;
}
.AnyTagClassName
{
color: #724B26;
}
</style>
background-color css
<style>
a { background-color: #724B26; }
a { background-color: rgb(114,75,38); }
div.DivClassName
{
background-color: #724B26;
}
.BgClassName
{
background-color: #724B26;
}
</style>
border-color css
<style>
span { border-color: #724B26; }
span { border-color: rgb(114,75,38); }
td.TdClassName
{
border-color: #724B26;
}
.TagClassName
{
border-color: #724B26;
}
</style>