Shades of Cafe Royale #755029
Tints of Cafe Royale #755029
RGB
CMYK
RGB Variations
Color information
#755029 (or 0x755029) is known color: Cafe Royale. HEX triplet: 75, 50 and 29. RGB value is (117,80,41). Sum of RGB (Red+Green+Blue) = 117+80+41=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755029 is #8AAFD6. Grayscale: #565656. Windows color (decimal): -9088983 or 2707573. OLE color: 2707573.
HSL color Cylindrical-coordinate representation of color #755029: hue angle of 30.79º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #755029 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 41 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.54 |
| HSL | 30.79º | 0.48% | 0.31% | - |
| HSV(B) | 30.79º | 0.65% | 0.46% | - |
| XYZ | 10.61 | 9.68 | 3.41 | - |
| YUV | 86.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 41 | 0 | 0.32 | 0.65 | 0.54 | 30.79 | 0.48 | 0.31 |
| Hex | 75 | 50 | 29 | 0 | 20 | 41 | 36 | 1F | 30 | 1F |
| Octal | 165 | 120 | 51 | 0 | 40 | 101 | 66 | 37 | 60 | 37 |
| Binary | 1110101 | 1010000 | 101001 | 0 | 100000 | 1000001 | 110110 | 11111 | 110000 | 11111 |
Color Harmonies of #755029
Complementary color
Monochromatic Colors of #755029
Black with #755029
Text Example
Text Example
White with #755029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755029; }
p { color: rgb(117,80,41); }
H1.HeaderClassName
{
color: #755029;
}
.AnyTagClassName
{
color: #755029;
}
</style>
background-color css
<style>
a { background-color: #755029; }
a { background-color: rgb(117,80,41); }
div.DivClassName
{
background-color: #755029;
}
.BgClassName
{
background-color: #755029;
}
</style>
border-color css
<style>
span { border-color: #755029; }
span { border-color: rgb(117,80,41); }
td.TdClassName
{
border-color: #755029;
}
.TagClassName
{
border-color: #755029;
}
</style>