Shades of Cafe Royale #725024
Tints of Cafe Royale #725024
RGB
CMYK
RGB Variations
Color information
#725024 (or 0x725024) is known color: Cafe Royale. HEX triplet: 72, 50 and 24. RGB value is (114,80,36). Sum of RGB (Red+Green+Blue) = 114+80+36=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #725024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725024 is #8DAFDB. Grayscale: #555555. Windows color (decimal): -9285596 or 2379890. OLE color: 2379890.
HSL color Cylindrical-coordinate representation of color #725024: hue angle of 33.85º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725024 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 36 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.55 |
| HSL | 33.85º | 0.52% | 0.29% | - |
| HSV(B) | 33.85º | 0.68% | 0.45% | - |
| XYZ | 10.13 | 9.44 | 2.96 | - |
| YUV | 85.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 36 | 0 | 0.30 | 0.68 | 0.55 | 33.85 | 0.52 | 0.29 |
| Hex | 72 | 50 | 24 | 0 | 1E | 44 | 37 | 22 | 34 | 1D |
| Octal | 162 | 120 | 44 | 0 | 36 | 104 | 67 | 42 | 64 | 35 |
| Binary | 1110010 | 1010000 | 100100 | 0 | 11110 | 1000100 | 110111 | 100010 | 110100 | 11101 |
Color Harmonies of #725024
Complementary color
Monochromatic Colors of #725024
Black with #725024
Text Example
Text Example
White with #725024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725024; }
p { color: rgb(114,80,36); }
H1.HeaderClassName
{
color: #725024;
}
.AnyTagClassName
{
color: #725024;
}
</style>
background-color css
<style>
a { background-color: #725024; }
a { background-color: rgb(114,80,36); }
div.DivClassName
{
background-color: #725024;
}
.BgClassName
{
background-color: #725024;
}
</style>
border-color css
<style>
span { border-color: #725024; }
span { border-color: rgb(114,80,36); }
td.TdClassName
{
border-color: #725024;
}
.TagClassName
{
border-color: #725024;
}
</style>