Shades of Cafe Royale #725023
Tints of Cafe Royale #725023
RGB
CMYK
RGB Variations
Color information
#725023 (or 0x725023) is known color: Cafe Royale. HEX triplet: 72, 50 and 23. RGB value is (114,80,35). Sum of RGB (Red+Green+Blue) = 114+80+35=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #725023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725023 is #8DAFDC. Grayscale: #555555. Windows color (decimal): -9285597 or 2314354. OLE color: 2314354.
HSL color Cylindrical-coordinate representation of color #725023: hue angle of 34.18º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #725023 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 35 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.55 |
| HSL | 34.18º | 0.53% | 0.29% | - |
| HSV(B) | 34.18º | 0.69% | 0.45% | - |
| XYZ | 10.11 | 9.44 | 2.88 | - |
| YUV | 85.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 35 | 0 | 0.30 | 0.69 | 0.55 | 34.18 | 0.53 | 0.29 |
| Hex | 72 | 50 | 23 | 0 | 1E | 45 | 37 | 22 | 35 | 1D |
| Octal | 162 | 120 | 43 | 0 | 36 | 105 | 67 | 42 | 65 | 35 |
| Binary | 1110010 | 1010000 | 100011 | 0 | 11110 | 1000101 | 110111 | 100010 | 110101 | 11101 |
Color Harmonies of #725023
Complementary color
Monochromatic Colors of #725023
Black with #725023
Text Example
Text Example
White with #725023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725023; }
p { color: rgb(114,80,35); }
H1.HeaderClassName
{
color: #725023;
}
.AnyTagClassName
{
color: #725023;
}
</style>
background-color css
<style>
a { background-color: #725023; }
a { background-color: rgb(114,80,35); }
div.DivClassName
{
background-color: #725023;
}
.BgClassName
{
background-color: #725023;
}
</style>
border-color css
<style>
span { border-color: #725023; }
span { border-color: rgb(114,80,35); }
td.TdClassName
{
border-color: #725023;
}
.TagClassName
{
border-color: #725023;
}
</style>