Shades of Cafe Royale #72502E
Tints of Cafe Royale #72502E
RGB
CMYK
RGB Variations
Color information
#72502E (or 0x72502E) is known color: Cafe Royale. HEX triplet: 72, 50 and 2E. RGB value is (114,80,46). Sum of RGB (Red+Green+Blue) = 114+80+46=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72502E is #8DAFD1. Grayscale: #565656. Windows color (decimal): -9285586 or 3035250. OLE color: 3035250.
HSL color Cylindrical-coordinate representation of color #72502E: hue angle of 30º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72502E is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 46 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.55 |
| HSL | 30º | 0.43% | 0.31% | - |
| HSV(B) | 30º | 0.6% | 0.45% | - |
| XYZ | 10.3 | 9.51 | 3.88 | - |
| YUV | 86.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 46 | 0 | 0.30 | 0.60 | 0.55 | 30 | 0.43 | 0.31 |
| Hex | 72 | 50 | 2E | 0 | 1E | 3C | 37 | 1E | 2A | 1F |
| Octal | 162 | 120 | 56 | 0 | 36 | 74 | 67 | 36 | 52 | 37 |
| Binary | 1110010 | 1010000 | 101110 | 0 | 11110 | 111100 | 110111 | 11110 | 101010 | 11111 |
Color Harmonies of #72502E
Complementary color
Monochromatic Colors of #72502E
Black with #72502E
Text Example
Text Example
White with #72502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72502E; }
p { color: rgb(114,80,46); }
H1.HeaderClassName
{
color: #72502E;
}
.AnyTagClassName
{
color: #72502E;
}
</style>
background-color css
<style>
a { background-color: #72502E; }
a { background-color: rgb(114,80,46); }
div.DivClassName
{
background-color: #72502E;
}
.BgClassName
{
background-color: #72502E;
}
</style>
border-color css
<style>
span { border-color: #72502E; }
span { border-color: rgb(114,80,46); }
td.TdClassName
{
border-color: #72502E;
}
.TagClassName
{
border-color: #72502E;
}
</style>