Shades of Cafe Royale #754D24
Tints of Cafe Royale #754D24
RGB
CMYK
RGB Variations
Color information
#754D24 (or 0x754D24) is known color: Cafe Royale. HEX triplet: 75, 4D and 24. RGB value is (117,77,36). Sum of RGB (Red+Green+Blue) = 117+77+36=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D24 is #8AB2DB. Grayscale: #545454. Windows color (decimal): -9089756 or 2379125. OLE color: 2379125.
HSL color Cylindrical-coordinate representation of color #754D24: hue angle of 30.37º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754D24 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 36 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.54 |
| HSL | 30.37º | 0.53% | 0.3% | - |
| HSV(B) | 30.37º | 0.69% | 0.46% | - |
| XYZ | 10.31 | 9.22 | 2.9 | - |
| YUV | 84.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 36 | 0 | 0.34 | 0.69 | 0.54 | 30.37 | 0.53 | 0.3 |
| Hex | 75 | 4D | 24 | 0 | 22 | 45 | 36 | 1E | 35 | 1E |
| Octal | 165 | 115 | 44 | 0 | 42 | 105 | 66 | 36 | 65 | 36 |
| Binary | 1110101 | 1001101 | 100100 | 0 | 100010 | 1000101 | 110110 | 11110 | 110101 | 11110 |
Color Harmonies of #754D24
Complementary color
Monochromatic Colors of #754D24
Black with #754D24
Text Example
Text Example
White with #754D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D24; }
p { color: rgb(117,77,36); }
H1.HeaderClassName
{
color: #754D24;
}
.AnyTagClassName
{
color: #754D24;
}
</style>
background-color css
<style>
a { background-color: #754D24; }
a { background-color: rgb(117,77,36); }
div.DivClassName
{
background-color: #754D24;
}
.BgClassName
{
background-color: #754D24;
}
</style>
border-color css
<style>
span { border-color: #754D24; }
span { border-color: rgb(117,77,36); }
td.TdClassName
{
border-color: #754D24;
}
.TagClassName
{
border-color: #754D24;
}
</style>