Shades of Cafe Royale #754F26
Tints of Cafe Royale #754F26
RGB
CMYK
RGB Variations
Color information
#754F26 (or 0x754F26) is known color: Cafe Royale. HEX triplet: 75, 4F and 26. RGB value is (117,79,38). Sum of RGB (Red+Green+Blue) = 117+79+38=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F26 is #8AB0D9. Grayscale: #555555. Windows color (decimal): -9089242 or 2510709. OLE color: 2510709.
HSL color Cylindrical-coordinate representation of color #754F26: hue angle of 31.14º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754F26 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 38 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.54 |
| HSL | 31.14º | 0.51% | 0.3% | - |
| HSV(B) | 31.14º | 0.68% | 0.46% | - |
| XYZ | 10.48 | 9.51 | 3.12 | - |
| YUV | 85.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 38 | 0 | 0.32 | 0.68 | 0.54 | 31.14 | 0.51 | 0.3 |
| Hex | 75 | 4F | 26 | 0 | 20 | 44 | 36 | 1F | 33 | 1E |
| Octal | 165 | 117 | 46 | 0 | 40 | 104 | 66 | 37 | 63 | 36 |
| Binary | 1110101 | 1001111 | 100110 | 0 | 100000 | 1000100 | 110110 | 11111 | 110011 | 11110 |
Color Harmonies of #754F26
Complementary color
Monochromatic Colors of #754F26
Black with #754F26
Text Example
Text Example
White with #754F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F26; }
p { color: rgb(117,79,38); }
H1.HeaderClassName
{
color: #754F26;
}
.AnyTagClassName
{
color: #754F26;
}
</style>
background-color css
<style>
a { background-color: #754F26; }
a { background-color: rgb(117,79,38); }
div.DivClassName
{
background-color: #754F26;
}
.BgClassName
{
background-color: #754F26;
}
</style>
border-color css
<style>
span { border-color: #754F26; }
span { border-color: rgb(117,79,38); }
td.TdClassName
{
border-color: #754F26;
}
.TagClassName
{
border-color: #754F26;
}
</style>