Shades of Cafe Royale #715030
Tints of Cafe Royale #715030
RGB
CMYK
RGB Variations
Color information
#715030 (or 0x715030) is known color: Cafe Royale. HEX triplet: 71, 50 and 30. RGB value is (113,80,48). Sum of RGB (Red+Green+Blue) = 113+80+48=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #715030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715030 is #8EAFCF. Grayscale: #565656. Windows color (decimal): -9351120 or 3166321. OLE color: 3166321.
HSL color Cylindrical-coordinate representation of color #715030: hue angle of 29.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715030 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 80 | 48 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.56 |
| HSL | 29.54º | 0.4% | 0.32% | - |
| HSV(B) | 29.54º | 0.58% | 0.44% | - |
| XYZ | 10.21 | 9.46 | 4.08 | - |
| YUV | 86.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 48 | 0 | 0.29 | 0.58 | 0.56 | 29.54 | 0.4 | 0.32 |
| Hex | 71 | 50 | 30 | 0 | 1D | 3A | 38 | 1E | 28 | 20 |
| Octal | 161 | 120 | 60 | 0 | 35 | 72 | 70 | 36 | 50 | 40 |
| Binary | 1110001 | 1010000 | 110000 | 0 | 11101 | 111010 | 111000 | 11110 | 101000 | 100000 |
Color Harmonies of #715030
Complementary color
Monochromatic Colors of #715030
Black with #715030
Text Example
Text Example
White with #715030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715030; }
p { color: rgb(113,80,48); }
H1.HeaderClassName
{
color: #715030;
}
.AnyTagClassName
{
color: #715030;
}
</style>
background-color css
<style>
a { background-color: #715030; }
a { background-color: rgb(113,80,48); }
div.DivClassName
{
background-color: #715030;
}
.BgClassName
{
background-color: #715030;
}
</style>
border-color css
<style>
span { border-color: #715030; }
span { border-color: rgb(113,80,48); }
td.TdClassName
{
border-color: #715030;
}
.TagClassName
{
border-color: #715030;
}
</style>