Shades of Cafe Royale #754D25
Tints of Cafe Royale #754D25
RGB
CMYK
RGB Variations
Color information
#754D25 (or 0x754D25) is known color: Cafe Royale. HEX triplet: 75, 4D and 25. RGB value is (117,77,37). Sum of RGB (Red+Green+Blue) = 117+77+37=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #754D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D25 is #8AB2DA. Grayscale: #545454. Windows color (decimal): -9089755 or 2444661. OLE color: 2444661.
HSL color Cylindrical-coordinate representation of color #754D25: hue angle of 30º degrees, saturation: 0.52, 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 #754D25 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 37 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.54 |
| HSL | 30º | 0.52% | 0.3% | - |
| HSV(B) | 30º | 0.68% | 0.46% | - |
| XYZ | 10.32 | 9.22 | 2.99 | - |
| YUV | 84.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 37 | 0 | 0.34 | 0.68 | 0.54 | 30 | 0.52 | 0.3 |
| Hex | 75 | 4D | 25 | 0 | 22 | 44 | 36 | 1E | 34 | 1E |
| Octal | 165 | 115 | 45 | 0 | 42 | 104 | 66 | 36 | 64 | 36 |
| Binary | 1110101 | 1001101 | 100101 | 0 | 100010 | 1000100 | 110110 | 11110 | 110100 | 11110 |
Color Harmonies of #754D25
Complementary color
Monochromatic Colors of #754D25
Black with #754D25
Text Example
Text Example
White with #754D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D25; }
p { color: rgb(117,77,37); }
H1.HeaderClassName
{
color: #754D25;
}
.AnyTagClassName
{
color: #754D25;
}
</style>
background-color css
<style>
a { background-color: #754D25; }
a { background-color: rgb(117,77,37); }
div.DivClassName
{
background-color: #754D25;
}
.BgClassName
{
background-color: #754D25;
}
</style>
border-color css
<style>
span { border-color: #754D25; }
span { border-color: rgb(117,77,37); }
td.TdClassName
{
border-color: #754D25;
}
.TagClassName
{
border-color: #754D25;
}
</style>