Shades of Cafe Royale #734F28
Tints of Cafe Royale #734F28
RGB
CMYK
RGB Variations
Color information
#734F28 (or 0x734F28) is known color: Cafe Royale. HEX triplet: 73, 4F and 28. RGB value is (115,79,40). Sum of RGB (Red+Green+Blue) = 115+79+40=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #734F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F28 is #8CB0D7. Grayscale: #555555. Windows color (decimal): -9220312 or 2641779. OLE color: 2641779.
HSL color Cylindrical-coordinate representation of color #734F28: hue angle of 31.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #734F28 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 40 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.55 |
| HSL | 31.2º | 0.48% | 0.3% | - |
| HSV(B) | 31.2º | 0.65% | 0.45% | - |
| XYZ | 10.25 | 9.39 | 3.28 | - |
| YUV | 85.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 40 | 0 | 0.31 | 0.65 | 0.55 | 31.2 | 0.48 | 0.3 |
| Hex | 73 | 4F | 28 | 0 | 1F | 41 | 37 | 1F | 30 | 1E |
| Octal | 163 | 117 | 50 | 0 | 37 | 101 | 67 | 37 | 60 | 36 |
| Binary | 1110011 | 1001111 | 101000 | 0 | 11111 | 1000001 | 110111 | 11111 | 110000 | 11110 |
Color Harmonies of #734F28
Complementary color
Monochromatic Colors of #734F28
Black with #734F28
Text Example
Text Example
White with #734F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F28; }
p { color: rgb(115,79,40); }
H1.HeaderClassName
{
color: #734F28;
}
.AnyTagClassName
{
color: #734F28;
}
</style>
background-color css
<style>
a { background-color: #734F28; }
a { background-color: rgb(115,79,40); }
div.DivClassName
{
background-color: #734F28;
}
.BgClassName
{
background-color: #734F28;
}
</style>
border-color css
<style>
span { border-color: #734F28; }
span { border-color: rgb(115,79,40); }
td.TdClassName
{
border-color: #734F28;
}
.TagClassName
{
border-color: #734F28;
}
</style>