Shades of Cafe Royale #755024
Tints of Cafe Royale #755024
RGB
CMYK
RGB Variations
Color information
#755024 (or 0x755024) is known color: Cafe Royale. HEX triplet: 75, 50 and 24. RGB value is (117,80,36). Sum of RGB (Red+Green+Blue) = 117+80+36=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #755024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755024 is #8AAFDB. Grayscale: #565656. Windows color (decimal): -9088988 or 2379893. OLE color: 2379893.
HSL color Cylindrical-coordinate representation of color #755024: hue angle of 32.59º 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 #755024 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 36 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.54 |
| HSL | 32.59º | 0.53% | 0.3% | - |
| HSV(B) | 32.59º | 0.69% | 0.46% | - |
| XYZ | 10.52 | 9.65 | 2.98 | - |
| YUV | 86.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 36 | 0 | 0.32 | 0.69 | 0.54 | 32.59 | 0.53 | 0.3 |
| Hex | 75 | 50 | 24 | 0 | 20 | 45 | 36 | 21 | 35 | 1E |
| Octal | 165 | 120 | 44 | 0 | 40 | 105 | 66 | 41 | 65 | 36 |
| Binary | 1110101 | 1010000 | 100100 | 0 | 100000 | 1000101 | 110110 | 100001 | 110101 | 11110 |
Color Harmonies of #755024
Complementary color
Monochromatic Colors of #755024
Black with #755024
Text Example
Text Example
White with #755024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755024; }
p { color: rgb(117,80,36); }
H1.HeaderClassName
{
color: #755024;
}
.AnyTagClassName
{
color: #755024;
}
</style>
background-color css
<style>
a { background-color: #755024; }
a { background-color: rgb(117,80,36); }
div.DivClassName
{
background-color: #755024;
}
.BgClassName
{
background-color: #755024;
}
</style>
border-color css
<style>
span { border-color: #755024; }
span { border-color: rgb(117,80,36); }
td.TdClassName
{
border-color: #755024;
}
.TagClassName
{
border-color: #755024;
}
</style>