Shades of Cafe Royale #754E27
Tints of Cafe Royale #754E27
RGB
CMYK
RGB Variations
Color information
#754E27 (or 0x754E27) is known color: Cafe Royale. HEX triplet: 75, 4E and 27. RGB value is (117,78,39). Sum of RGB (Red+Green+Blue) = 117+78+39=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E27 is #8AB1D8. Grayscale: #555555. Windows color (decimal): -9089497 or 2575989. OLE color: 2575989.
HSL color Cylindrical-coordinate representation of color #754E27: hue angle of 30º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754E27 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 39 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.54 |
| HSL | 30º | 0.5% | 0.31% | - |
| HSV(B) | 30º | 0.67% | 0.46% | - |
| XYZ | 10.43 | 9.38 | 3.18 | - |
| YUV | 85.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 39 | 0 | 0.33 | 0.67 | 0.54 | 30 | 0.5 | 0.31 |
| Hex | 75 | 4E | 27 | 0 | 21 | 43 | 36 | 1E | 32 | 1F |
| Octal | 165 | 116 | 47 | 0 | 41 | 103 | 66 | 36 | 62 | 37 |
| Binary | 1110101 | 1001110 | 100111 | 0 | 100001 | 1000011 | 110110 | 11110 | 110010 | 11111 |
Color Harmonies of #754E27
Complementary color
Monochromatic Colors of #754E27
Black with #754E27
Text Example
Text Example
White with #754E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E27; }
p { color: rgb(117,78,39); }
H1.HeaderClassName
{
color: #754E27;
}
.AnyTagClassName
{
color: #754E27;
}
</style>
background-color css
<style>
a { background-color: #754E27; }
a { background-color: rgb(117,78,39); }
div.DivClassName
{
background-color: #754E27;
}
.BgClassName
{
background-color: #754E27;
}
</style>
border-color css
<style>
span { border-color: #754E27; }
span { border-color: rgb(117,78,39); }
td.TdClassName
{
border-color: #754E27;
}
.TagClassName
{
border-color: #754E27;
}
</style>