Shades of Cafe Royale #745023
Tints of Cafe Royale #745023
RGB
CMYK
RGB Variations
Color information
#745023 (or 0x745023) is known color: Cafe Royale. HEX triplet: 74, 50 and 23. RGB value is (116,80,35). Sum of RGB (Red+Green+Blue) = 116+80+35=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #745023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745023 is #8BAFDC. Grayscale: #555555. Windows color (decimal): -9154525 or 2314356. OLE color: 2314356.
HSL color Cylindrical-coordinate representation of color #745023: hue angle of 33.33º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #745023 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 35 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.55 |
| HSL | 33.33º | 0.54% | 0.3% | - |
| HSV(B) | 33.33º | 0.7% | 0.45% | - |
| XYZ | 10.37 | 9.57 | 2.89 | - |
| YUV | 85.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 35 | 0 | 0.31 | 0.70 | 0.55 | 33.33 | 0.54 | 0.3 |
| Hex | 74 | 50 | 23 | 0 | 1F | 46 | 37 | 21 | 36 | 1E |
| Octal | 164 | 120 | 43 | 0 | 37 | 106 | 67 | 41 | 66 | 36 |
| Binary | 1110100 | 1010000 | 100011 | 0 | 11111 | 1000110 | 110111 | 100001 | 110110 | 11110 |
Color Harmonies of #745023
Complementary color
Monochromatic Colors of #745023
Black with #745023
Text Example
Text Example
White with #745023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745023; }
p { color: rgb(116,80,35); }
H1.HeaderClassName
{
color: #745023;
}
.AnyTagClassName
{
color: #745023;
}
</style>
background-color css
<style>
a { background-color: #745023; }
a { background-color: rgb(116,80,35); }
div.DivClassName
{
background-color: #745023;
}
.BgClassName
{
background-color: #745023;
}
</style>
border-color css
<style>
span { border-color: #745023; }
span { border-color: rgb(116,80,35); }
td.TdClassName
{
border-color: #745023;
}
.TagClassName
{
border-color: #745023;
}
</style>