Shades of Cafe Royale #734F2C
Tints of Cafe Royale #734F2C
RGB
CMYK
RGB Variations
Color information
#734F2C (or 0x734F2C) is known color: Cafe Royale. HEX triplet: 73, 4F and 2C. RGB value is (115,79,44). Sum of RGB (Red+Green+Blue) = 115+79+44=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #734F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F2C is #8CB0D3. Grayscale: #555555. Windows color (decimal): -9220308 or 2903923. OLE color: 2903923.
HSL color Cylindrical-coordinate representation of color #734F2C: hue angle of 29.58º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734F2C is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 44 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.55 |
| HSL | 29.58º | 0.45% | 0.31% | - |
| HSV(B) | 29.58º | 0.62% | 0.45% | - |
| XYZ | 10.32 | 9.42 | 3.66 | - |
| YUV | 85.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 44 | 0 | 0.31 | 0.62 | 0.55 | 29.58 | 0.45 | 0.31 |
| Hex | 73 | 4F | 2C | 0 | 1F | 3E | 37 | 1E | 2D | 1F |
| Octal | 163 | 117 | 54 | 0 | 37 | 76 | 67 | 36 | 55 | 37 |
| Binary | 1110011 | 1001111 | 101100 | 0 | 11111 | 111110 | 110111 | 11110 | 101101 | 11111 |
Color Harmonies of #734F2C
Complementary color
Monochromatic Colors of #734F2C
Black with #734F2C
Text Example
Text Example
White with #734F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F2C; }
p { color: rgb(115,79,44); }
H1.HeaderClassName
{
color: #734F2C;
}
.AnyTagClassName
{
color: #734F2C;
}
</style>
background-color css
<style>
a { background-color: #734F2C; }
a { background-color: rgb(115,79,44); }
div.DivClassName
{
background-color: #734F2C;
}
.BgClassName
{
background-color: #734F2C;
}
</style>
border-color css
<style>
span { border-color: #734F2C; }
span { border-color: rgb(115,79,44); }
td.TdClassName
{
border-color: #734F2C;
}
.TagClassName
{
border-color: #734F2C;
}
</style>