Shades of Cafe Royale #754D28
Tints of Cafe Royale #754D28
RGB
CMYK
RGB Variations
Color information
#754D28 (or 0x754D28) is known color: Cafe Royale. HEX triplet: 75, 4D and 28. RGB value is (117,77,40). Sum of RGB (Red+Green+Blue) = 117+77+40=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D28 is #8AB2D7. Grayscale: #545454. Windows color (decimal): -9089752 or 2641269. OLE color: 2641269.
HSL color Cylindrical-coordinate representation of color #754D28: hue angle of 28.83º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #754D28 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 40 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.54 |
| HSL | 28.83º | 0.49% | 0.31% | - |
| HSV(B) | 28.83º | 0.66% | 0.46% | - |
| XYZ | 10.37 | 9.24 | 3.24 | - |
| YUV | 84.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 40 | 0 | 0.34 | 0.66 | 0.54 | 28.83 | 0.49 | 0.31 |
| Hex | 75 | 4D | 28 | 0 | 22 | 42 | 36 | 1D | 31 | 1F |
| Octal | 165 | 115 | 50 | 0 | 42 | 102 | 66 | 35 | 61 | 37 |
| Binary | 1110101 | 1001101 | 101000 | 0 | 100010 | 1000010 | 110110 | 11101 | 110001 | 11111 |
Color Harmonies of #754D28
Complementary color
Monochromatic Colors of #754D28
Black with #754D28
Text Example
Text Example
White with #754D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D28; }
p { color: rgb(117,77,40); }
H1.HeaderClassName
{
color: #754D28;
}
.AnyTagClassName
{
color: #754D28;
}
</style>
background-color css
<style>
a { background-color: #754D28; }
a { background-color: rgb(117,77,40); }
div.DivClassName
{
background-color: #754D28;
}
.BgClassName
{
background-color: #754D28;
}
</style>
border-color css
<style>
span { border-color: #754D28; }
span { border-color: rgb(117,77,40); }
td.TdClassName
{
border-color: #754D28;
}
.TagClassName
{
border-color: #754D28;
}
</style>