Shades of Cafe Royale #734F2D
Tints of Cafe Royale #734F2D
RGB
CMYK
RGB Variations
Color information
#734F2D (or 0x734F2D) is known color: Cafe Royale. HEX triplet: 73, 4F and 2D. RGB value is (115,79,45). Sum of RGB (Red+Green+Blue) = 115+79+45=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #734F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F2D is #8CB0D2. Grayscale: #565656. Windows color (decimal): -9220307 or 2969459. OLE color: 2969459.
HSL color Cylindrical-coordinate representation of color #734F2D: hue angle of 29.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #734F2D is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 45 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.55 |
| HSL | 29.14º | 0.44% | 0.31% | - |
| HSV(B) | 29.14º | 0.61% | 0.45% | - |
| XYZ | 10.34 | 9.43 | 3.76 | - |
| YUV | 85.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 45 | 0 | 0.31 | 0.61 | 0.55 | 29.14 | 0.44 | 0.31 |
| Hex | 73 | 4F | 2D | 0 | 1F | 3D | 37 | 1D | 2C | 1F |
| Octal | 163 | 117 | 55 | 0 | 37 | 75 | 67 | 35 | 54 | 37 |
| Binary | 1110011 | 1001111 | 101101 | 0 | 11111 | 111101 | 110111 | 11101 | 101100 | 11111 |
Color Harmonies of #734F2D
Complementary color
Monochromatic Colors of #734F2D
Black with #734F2D
Text Example
Text Example
White with #734F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F2D; }
p { color: rgb(115,79,45); }
H1.HeaderClassName
{
color: #734F2D;
}
.AnyTagClassName
{
color: #734F2D;
}
</style>
background-color css
<style>
a { background-color: #734F2D; }
a { background-color: rgb(115,79,45); }
div.DivClassName
{
background-color: #734F2D;
}
.BgClassName
{
background-color: #734F2D;
}
</style>
border-color css
<style>
span { border-color: #734F2D; }
span { border-color: rgb(115,79,45); }
td.TdClassName
{
border-color: #734F2D;
}
.TagClassName
{
border-color: #734F2D;
}
</style>