Shades of Cafe Royale #72512D
Tints of Cafe Royale #72512D
RGB
CMYK
RGB Variations
Color information
#72512D (or 0x72512D) is known color: Cafe Royale. HEX triplet: 72, 51 and 2D. RGB value is (114,81,45). Sum of RGB (Red+Green+Blue) = 114+81+45=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72512D is #8DAED2. Grayscale: #565656. Windows color (decimal): -9285331 or 2969970. OLE color: 2969970.
HSL color Cylindrical-coordinate representation of color #72512D: hue angle of 31.3º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72512D is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 45 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.55 |
| HSL | 31.3º | 0.43% | 0.31% | - |
| HSV(B) | 31.3º | 0.61% | 0.45% | - |
| XYZ | 10.36 | 9.65 | 3.8 | - |
| YUV | 86.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 45 | 0 | 0.29 | 0.61 | 0.55 | 31.3 | 0.43 | 0.31 |
| Hex | 72 | 51 | 2D | 0 | 1D | 3D | 37 | 1F | 2B | 1F |
| Octal | 162 | 121 | 55 | 0 | 35 | 75 | 67 | 37 | 53 | 37 |
| Binary | 1110010 | 1010001 | 101101 | 0 | 11101 | 111101 | 110111 | 11111 | 101011 | 11111 |
Color Harmonies of #72512D
Complementary color
Monochromatic Colors of #72512D
Black with #72512D
Text Example
Text Example
White with #72512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72512D; }
p { color: rgb(114,81,45); }
H1.HeaderClassName
{
color: #72512D;
}
.AnyTagClassName
{
color: #72512D;
}
</style>
background-color css
<style>
a { background-color: #72512D; }
a { background-color: rgb(114,81,45); }
div.DivClassName
{
background-color: #72512D;
}
.BgClassName
{
background-color: #72512D;
}
</style>
border-color css
<style>
span { border-color: #72512D; }
span { border-color: rgb(114,81,45); }
td.TdClassName
{
border-color: #72512D;
}
.TagClassName
{
border-color: #72512D;
}
</style>