Shades of Cafe Royale #754B26
Tints of Cafe Royale #754B26
RGB
CMYK
RGB Variations
Color information
#754B26 (or 0x754B26) is known color: Cafe Royale. HEX triplet: 75, 4B and 26. RGB value is (117,75,38). Sum of RGB (Red+Green+Blue) = 117+75+38=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B26 is #8AB4D9. Grayscale: #535353. Windows color (decimal): -9090266 or 2509685. OLE color: 2509685.
HSL color Cylindrical-coordinate representation of color #754B26: hue angle of 28.1º 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 #754B26 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 38 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.54 |
| HSL | 28.1º | 0.51% | 0.3% | - |
| HSV(B) | 28.1º | 0.68% | 0.46% | - |
| XYZ | 10.2 | 8.95 | 3.02 | - |
| YUV | 83.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 38 | 0 | 0.36 | 0.68 | 0.54 | 28.1 | 0.51 | 0.3 |
| Hex | 75 | 4B | 26 | 0 | 24 | 44 | 36 | 1C | 33 | 1E |
| Octal | 165 | 113 | 46 | 0 | 44 | 104 | 66 | 34 | 63 | 36 |
| Binary | 1110101 | 1001011 | 100110 | 0 | 100100 | 1000100 | 110110 | 11100 | 110011 | 11110 |
Color Harmonies of #754B26
Complementary color
Monochromatic Colors of #754B26
Black with #754B26
Text Example
Text Example
White with #754B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B26; }
p { color: rgb(117,75,38); }
H1.HeaderClassName
{
color: #754B26;
}
.AnyTagClassName
{
color: #754B26;
}
</style>
background-color css
<style>
a { background-color: #754B26; }
a { background-color: rgb(117,75,38); }
div.DivClassName
{
background-color: #754B26;
}
.BgClassName
{
background-color: #754B26;
}
</style>
border-color css
<style>
span { border-color: #754B26; }
span { border-color: rgb(117,75,38); }
td.TdClassName
{
border-color: #754B26;
}
.TagClassName
{
border-color: #754B26;
}
</style>