Shades of Cafe Royale #754C27
Tints of Cafe Royale #754C27
RGB
CMYK
RGB Variations
Color information
#754C27 (or 0x754C27) is known color: Cafe Royale. HEX triplet: 75, 4C and 27. RGB value is (117,76,39). Sum of RGB (Red+Green+Blue) = 117+76+39=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #754C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C27 is #8AB3D8. Grayscale: #545454. Windows color (decimal): -9090009 or 2575477. OLE color: 2575477.
HSL color Cylindrical-coordinate representation of color #754C27: hue angle of 28.46º 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 #754C27 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 39 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.54 |
| HSL | 28.46º | 0.5% | 0.31% | - |
| HSV(B) | 28.46º | 0.67% | 0.46% | - |
| XYZ | 10.29 | 9.1 | 3.13 | - |
| YUV | 84.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 39 | 0 | 0.35 | 0.67 | 0.54 | 28.46 | 0.5 | 0.31 |
| Hex | 75 | 4C | 27 | 0 | 23 | 43 | 36 | 1C | 32 | 1F |
| Octal | 165 | 114 | 47 | 0 | 43 | 103 | 66 | 34 | 62 | 37 |
| Binary | 1110101 | 1001100 | 100111 | 0 | 100011 | 1000011 | 110110 | 11100 | 110010 | 11111 |
Color Harmonies of #754C27
Complementary color
Monochromatic Colors of #754C27
Black with #754C27
Text Example
Text Example
White with #754C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C27; }
p { color: rgb(117,76,39); }
H1.HeaderClassName
{
color: #754C27;
}
.AnyTagClassName
{
color: #754C27;
}
</style>
background-color css
<style>
a { background-color: #754C27; }
a { background-color: rgb(117,76,39); }
div.DivClassName
{
background-color: #754C27;
}
.BgClassName
{
background-color: #754C27;
}
</style>
border-color css
<style>
span { border-color: #754C27; }
span { border-color: rgb(117,76,39); }
td.TdClassName
{
border-color: #754C27;
}
.TagClassName
{
border-color: #754C27;
}
</style>